HTMLParser: Add missing stubs for attributes and methods (#6658)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Joseph Young
2021-12-22 17:32:35 +00:00
committed by GitHub
parent bd0cbf41f4
commit 40f2cb6e39
4 changed files with 18 additions and 7 deletions

View File

@@ -121,7 +121,6 @@ pstats.SortKey.__new__
tkinter.EventType.__new__
# Rest of these errors are new in Python 3.10:
_markupbase.ParserBase.error
asyncio.proactor_events._ProactorReadPipeTransport.__init__
distutils.command.bdist_wininst
py_compile.main

View File

@@ -546,10 +546,6 @@ pkgutil.ImpLoader.source
# ==========
__main__.\w+
_json.encode_basestring
_markupbase.ParserBase.parse_comment
_markupbase.ParserBase.parse_declaration
_markupbase.ParserBase.parse_marked_section
_markupbase.ParserBase.updatepos
_thread.LockType.acquire_lock
_thread.LockType.locked_lock
_thread.LockType.release_lock