mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Update uuid.pyi for Python3.12 (#10289)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user