summaryrefslogtreecommitdiffstats
path: root/Doc/library/uuid.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/uuid.rst')
-rw-r--r--Doc/library/uuid.rst6
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>