Update uuid.pyi for Python3.12 (#10289)

This commit is contained in:
Nikita Sobolev
2023-06-09 11:33:08 +03:00
committed by GitHub
parent f0e9ec11e4
commit 258cabe3a1
2 changed files with 3 additions and 1 deletions

View File

@@ -96,3 +96,6 @@ RESERVED_NCS: str
RFC_4122: str
RESERVED_MICROSOFT: str
RESERVED_FUTURE: str
if sys.version_info >= (3, 12):
def main() -> None: ...

View File

@@ -190,7 +190,6 @@ unittest.runner.TextTestResult.__init__
unittest.runner.TextTestRunner.__init__
urllib.request.AbstractHTTPHandler.__init__
urllib.request.HTTPSHandler.__init__
uuid.main
zipfile.Path.glob
zipfile.Path.is_symlink
zipfile.Path.match