mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Remove unused stubtest whitelist entries (#4497)
This commit is contained in:
committed by
GitHub
parent
d07e65c53e
commit
4795ab21ca
@@ -70,8 +70,6 @@ typing.runtime_checkable
|
||||
unittest.async_case # Added in Python 3.8
|
||||
uuid.UUID.int
|
||||
xml.etree.ElementTree.TreeBuilder.start # Discrepancy between Python and C modules, fixed in bpo-39495
|
||||
xml.etree.cElementTree.Element.__bool__
|
||||
xml.etree.cElementTree.Element.copy
|
||||
xml.etree.cElementTree.TreeBuilder.start # bpo-39495
|
||||
xml.etree.cElementTree.XMLPullParser
|
||||
xml.parsers.expat.XMLParserType.ExternalEntityParserCreate
|
||||
|
||||
@@ -67,7 +67,5 @@ urllib.parse.parse_qsl
|
||||
uuid.UUID.int
|
||||
webbrowser.Opera.raise_opts
|
||||
xml.etree.ElementTree.TreeBuilder.start # Discrepancy between Python and C modules, fixed in bpo-39495
|
||||
xml.etree.cElementTree.Element.__bool__
|
||||
xml.etree.cElementTree.Element.copy
|
||||
xml.etree.cElementTree.TreeBuilder.start # bpo-39495
|
||||
xml.parsers.expat.XMLParserType.ExternalEntityParserCreate
|
||||
|
||||
@@ -64,7 +64,5 @@ uuid.UUID.is_safe
|
||||
uuid.getnode # undocumented, unused parameter getters that was later removed
|
||||
webbrowser.Opera.raise_opts
|
||||
xml.etree.ElementTree.TreeBuilder.start # Discrepancy between Python and C modules, fixed in bpo-39495
|
||||
xml.etree.cElementTree.Element.__bool__
|
||||
xml.etree.cElementTree.Element.copy
|
||||
xml.etree.cElementTree.TreeBuilder.start # bpo-39495
|
||||
xml.parsers.expat.XMLParserType.ExternalEntityParserCreate
|
||||
|
||||
@@ -96,13 +96,10 @@ typing._SpecialForm.__init__
|
||||
typing._SpecialForm.__new__
|
||||
unittest.doModuleCleanups
|
||||
uuid.getnode # undocumented, unused parameter getters that was later removed
|
||||
weakref.WeakValueDictionary.__init__
|
||||
weakref.WeakValueDictionary.update
|
||||
webbrowser.Opera.raise_opts
|
||||
xml.etree.ElementTree.TreeBuilder.start # Discrepancy between Python and C modules, fixed in bpo-39495
|
||||
xml.etree.ElementTree.XMLParser.__init__
|
||||
xml.etree.cElementTree.Element.__bool__
|
||||
xml.etree.cElementTree.Element.copy
|
||||
xml.etree.cElementTree.TreeBuilder.start # bpo-39495
|
||||
xml.etree.cElementTree.XMLParser.__init__
|
||||
zipfile.Path.open
|
||||
|
||||
@@ -410,10 +410,8 @@ urllib.request.HTTPPasswordMgrWithPriorAuth.__init__
|
||||
urllib.robotparser.RobotFileParser.can_fetch
|
||||
warnings.catch_warnings.__init__
|
||||
weakref.CallableProxyType.__getattr__
|
||||
weakref.KeyedRef.__new__
|
||||
weakref.ProxyType.__getattr__
|
||||
weakref.ReferenceType.__call__
|
||||
weakref.WeakKeyDictionary.__init__
|
||||
weakref.WeakKeyDictionary.get
|
||||
weakref.WeakKeyDictionary.update
|
||||
weakref.WeakValueDictionary.get
|
||||
@@ -424,8 +422,6 @@ webbrowser.UnixBrowser.remote_action_newtab
|
||||
webbrowser.UnixBrowser.remote_action_newwin
|
||||
wsgiref.types # Doesn't exist, see comments in file
|
||||
xml.etree.ElementPath._SelectorContext.parent_map
|
||||
xml.etree.ElementTree.Element.__bool__
|
||||
xml.etree.ElementTree.Element.copy
|
||||
xml.sax.xmlreader.AttributesImpl.has_key
|
||||
zipfile.ZipExtFile.read
|
||||
zipfile.ZipExtFile.readline
|
||||
|
||||
Reference in New Issue
Block a user