We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e9ec1 commit 258cabeCopy full SHA for 258cabe
stdlib/uuid.pyi
@@ -96,3 +96,6 @@ RESERVED_NCS: str
96
RFC_4122: str
97
RESERVED_MICROSOFT: str
98
RESERVED_FUTURE: str
99
+
100
+if sys.version_info >= (3, 12):
101
+ def main() -> None: ...
tests/stubtest_allowlists/py312.txt
@@ -190,7 +190,6 @@ unittest.runner.TextTestResult.__init__
190
unittest.runner.TextTestRunner.__init__
191
urllib.request.AbstractHTTPHandler.__init__
192
urllib.request.HTTPSHandler.__init__
193
-uuid.main
194
zipfile.Path.glob
195
zipfile.Path.is_symlink
196
zipfile.Path.match
0 commit comments