mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-06 03:23:23 +08:00
uuid: update for py39 (#4023)
Closing the long loop started in #3715 Co-authored-by: Shantanu <hauntsaninja@users.noreply.github.com>
This commit is contained in:
@@ -75,7 +75,6 @@ typing.Sequence.index
|
||||
typing.runtime_checkable
|
||||
unittest.async_case
|
||||
uuid.UUID.int
|
||||
uuid.getnode
|
||||
xml.etree.cElementTree.XMLPullParser
|
||||
xml.parsers.expat.XMLParserType.ExternalEntityParserCreate
|
||||
zipfile.ZipFile.open
|
||||
|
||||
@@ -74,6 +74,5 @@ unittest.async_case
|
||||
urllib.parse.parse_qs
|
||||
urllib.parse.parse_qsl
|
||||
uuid.UUID.int
|
||||
uuid.getnode
|
||||
webbrowser.Opera.raise_opts
|
||||
xml.parsers.expat.XMLParserType.ExternalEntityParserCreate
|
||||
|
||||
@@ -70,5 +70,6 @@ urllib.parse.parse_qs
|
||||
urllib.parse.parse_qsl
|
||||
uuid.UUID.int
|
||||
uuid.UUID.is_safe
|
||||
uuid.getnode # undocumented, unused parameter getters that was later removed
|
||||
webbrowser.Opera.raise_opts
|
||||
xml.parsers.expat.XMLParserType.ExternalEntityParserCreate
|
||||
|
||||
@@ -149,6 +149,7 @@ types.WrapperDescriptorType.__get__
|
||||
unittest.TestCase.addCleanup
|
||||
unittest.case.TestCase.addCleanup
|
||||
unittest.doModuleCleanups
|
||||
uuid.getnode # undocumented, unused parameter getters that was later removed
|
||||
weakref.WeakValueDictionary.__init__
|
||||
weakref.WeakValueDictionary.update
|
||||
weakref.getweakrefcount
|
||||
|
||||
Reference in New Issue
Block a user