We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6a239 commit 76665b9Copy full SHA for 76665b9
1 file changed
src/uuid6/__init__.py
@@ -1,7 +1,7 @@
1
r"""UUID draft version objects (universally unique identifiers).
2
-This module provides the functions uuid6() and uuid7() for
3
-generating version 6 and 7 UUIDs as specified in
4
-https://github.com/uuid6/uuid6-ietf-draft.
+This module provides the functions uuid6(), uuid7(), and uuid8() for
+generating version 6, 7, and 8 UUIDs as specified in
+https://github.com/ietf-wg-uuidrev/rfc4122bis
5
"""
6
7
import secrets
0 commit comments