Skip to content

Commit e6c1d5f

Browse files
committed
add docs
1 parent 16565f2 commit e6c1d5f

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

Doc/library/uuid.rst

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,12 @@ which relays any information about the UUID's safety, using this enumeration:
149149

150150
.. attribute:: UUID.version
151151

152-
The UUID version number (1 through 5, meaningful only when the variant is
152+
The UUID version number (1 through 8, meaningful only when the variant is
153153
:const:`RFC_4122`).
154154

155+
.. versionadded:: 3.14
156+
Added UUID versions 6, 7, and 8.
157+
155158
.. attribute:: UUID.is_safe
156159

157160
An enumeration of :class:`SafeUUID` which indicates whether the platform
@@ -216,6 +219,34 @@ The :mod:`uuid` module defines the following functions:
216219

217220
.. index:: single: uuid5
218221

222+
223+
.. function:: uuid6(node=None, clock_seq=None)
224+
225+
TODO
226+
227+
.. versionadded:: 3.14
228+
229+
.. index:: single: uuid6
230+
231+
232+
.. function:: uuid7()
233+
234+
TODO
235+
236+
.. versionadded:: 3.14
237+
238+
.. index:: single: uuid7
239+
240+
241+
.. function:: uuid8(a=None, b=None, c=None)
242+
243+
TODO
244+
245+
.. versionadded:: 3.14
246+
247+
.. index:: single: uuid8
248+
249+
219250
The :mod:`uuid` module defines the following namespace identifiers for use with
220251
:func:`uuid3` or :func:`uuid5`.
221252

0 commit comments

Comments
 (0)