Roderik Ploszek
|
0b5298f948
|
Fix compatibility with python 2 tests
There are still tests that use python 2, which doesn't have html.parser. In that
case a correct name of the module is imported.
|
2018-02-19 13:31:16 +01:00 |
|
Roderik Ploszek
|
f18e8d0c0b
|
Removed unused HTMLParser constructor argument
|
2018-02-18 17:58:44 +01:00 |
|
Roderik Ploszek
|
cacca44f72
|
Help html parser fix
Fixes problem with unformatted help text. Implements correct handling of tag
start and end as implemented in sgmllib from Python 2.
|
2018-02-18 17:34:09 +01:00 |
|
Roderik Ploszek
|
72ad11c9ee
|
Python 3 sgmllib fix
sgmllib is deprecated in Python 3, it was replaced by html.parser
|
2018-02-18 17:28:25 +01:00 |
|
Shlomi Fish
|
aad8429366
|
Port htmllib to py 3 as pysollib.htmllib2.
The help is somewhat buggy on python 3 still.
|
2017-08-25 18:25:58 +03:00 |
|