-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Add examples for UUIDv6-8 #137847
Copy link
Copy link
Closed
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
We've got some docstring showing the typical usage of UUIDs that stops at version 5 in both python file and rst file.
uuid.rst: https://docs.python.org/3.15/library/uuid.html#example
uuid.py: https://github.com/python/cpython/blob/main/Lib/uuid.py#L15
Since we are supporting 6,7,8 officially in python >= 3.14. I think we could update the docstring in those files.
For .py file, please check #137801
For .rst file, please check #137848
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Projects
Status
Todo