searxng/tests
Markus Heiser ef56e1d684 [fix] HTMLParser: undocumented not implemented method
In python versions <py3.10 there is an issue with an undocumented method
HTMLParser.error() [1][2] that was deprecated in Python 3.4 and removed
in Python 3.5.

To be compatible to higher versions (>=py3.10) an error method is implemented
which throws an AssertionError exception like the higher Python versions do [3].

[1] https://github.com/python/cpython/issues/76025
[2] https://bugs.python.org/issue31844
[3] https://github.com/python/cpython/pull/8562

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-10-22 10:35:02 +02:00
..
robot better error message when no results found 2023-09-19 11:10:48 +02:00
unit [fix] HTMLParser: undocumented not implemented method 2023-10-22 10:35:02 +02:00
__init__.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00