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:
Jelle Zijlstra
2020-05-16 21:30:45 -07:00
committed by GitHub
parent 5a3a47264f
commit 4a9fdcc7fc
5 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ class UUID:
def get_version(self) -> Optional[_Int]: ...
def __cmp__(self, other: Any) -> _Int: ...
def getnode(*, getters: None = ...) -> int: ... # getters is undocumented (and unused)
def getnode() -> int: ...
def uuid1(node: Optional[_Int] = ..., clock_seq: Optional[_Int] = ...) -> UUID: ...
def uuid3(namespace: UUID, name: str) -> UUID: ...
def uuid4() -> UUID: ...

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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