We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4eeded commit 0e54a72Copy full SHA for 0e54a72
Doc/library/uuid.rst
@@ -224,9 +224,14 @@ The :mod:`uuid` module defines the following functions:
224
225
.. function:: uuid7()
226
227
- .. versionadded:: next
+ Generate a time-based UUID according to
228
+ :rfc:`RFC 9562, §5.7 <9562#section-5.7>`.
229
+
230
+ For portability across platforms lacking sub-millisecond precision, UUIDs
231
+ produced by this function embed a 48-bit timestamp and use a 42-bit counter
232
+ to guarantee monotonicity within a millisecond.
233
-.. index:: single: uuid7
234
+ .. versionadded:: next
235
236
237
.. function:: uuid8(a=None, b=None, c=None)
0 commit comments