diff options
| author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-11-19 14:51:57 (GMT) |
|---|---|---|
| committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-11-19 14:52:44 (GMT) |
| commit | add43c3420b9700f5dc79da59e7d803cecb1c198 (patch) | |
| tree | 4d63e5c5e2aa53efd2c65f28b55f5448d2935843 /Doc/library/uuid.rst | |
| parent | 4d771977b17e5ffaa9c2e8a2e6f5d393f68fc63c (diff) | |
| download | cpython-3.14.0a2.zip cpython-3.14.0a2.tar.gz cpython-3.14.0a2.tar.bz2 | |
Python 3.14.0a2v3.14.0a2
Diffstat (limited to 'Doc/library/uuid.rst')
| -rw-r--r-- | Doc/library/uuid.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/uuid.rst b/Doc/library/uuid.rst index 9be12ed..39e82d0 100644 --- a/Doc/library/uuid.rst +++ b/Doc/library/uuid.rst @@ -153,7 +153,7 @@ which relays any information about the UUID's safety, using this enumeration: The UUID version number (1 through 8, meaningful only when the variant is :const:`RFC_4122`). - .. versionchanged:: next + .. versionchanged:: 3.14 Added UUID version 8. @@ -233,7 +233,7 @@ The :mod:`uuid` module defines the following functions: non-specified arguments are substituted for a pseudo-random integer of appropriate size. - .. versionadded:: next + .. versionadded:: 3.14 .. index:: single: uuid8 @@ -323,7 +323,7 @@ The following options are accepted: Specify the function name to use to generate the uuid. By default :func:`uuid4` is used. - .. versionadded:: next + .. versionadded:: 3.14 Allow generating UUID version 8. .. option:: -n <namespace> |
