Remove SGML parser

This library is unmaintained, outdated and plugin authors are encouraged to use html.parser
from Python Standard Library instead.

https://docs.python.org/3/library/html.parser.html

PR #19068.
This commit is contained in:
Chocobo1
2023-06-04 12:52:06 +08:00
committed by GitHub
parent 040c3c7ef8
commit 62d96c068a
3 changed files with 0 additions and 549 deletions

View File

@@ -500,7 +500,6 @@ void SearchPluginManager::updateNova()
updateFile(Path(u"nova2.py"_qs), true);
updateFile(Path(u"nova2dl.py"_qs), true);
updateFile(Path(u"novaprinter.py"_qs), true);
updateFile(Path(u"sgmllib3.py"_qs), false);
updateFile(Path(u"socks.py"_qs), false);
}