diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2023-10-18 14:34:18 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2023-10-22 10:35:02 +0200 |
commit | ef56e1d68447742e0035ef8d75634c51e955a59c (patch) | |
tree | ed858dc06efc914a3532e1fec545a817d70b2971 /.pylintrc | |
parent | 01b5b9cb8ecc5db2a56e111fd306c1bb1a407709 (diff) | |
download | searxng-ef56e1d68447742e0035ef8d75634c51e955a59c.tar.gz searxng-ef56e1d68447742e0035ef8d75634c51e955a59c.zip |
[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>
Diffstat (limited to '.pylintrc')
0 files changed, 0 insertions, 0 deletions