mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 13:32:26 +08:00
HTMLParser: Add missing stubs for attributes and methods (#6658)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user