File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ of the :attr:`~UUID.variant` attribute:
288288
289289 Reserved for future definition.
290290
291+
291292The :mod: `uuid ` module defines the special Nil and Max UUID values:
292293
293294
@@ -296,15 +297,15 @@ The :mod:`uuid` module defines the special Nil and Max UUID values:
296297 A special form of UUID that is specified to have all 128 bits set to zero
297298 according to :rfc: `RFC 9562, §5.9 <9562#section-5.9 >`.
298299
299- .. versionadded :: 3.14
300+ .. versionadded :: next
300301
301302
302303.. data :: MAX
303304
304305 A special form of UUID that is specified to have all 128 bits set to one
305306 according to :rfc: `RFC 9562, §5.10 <9562#section-5.10 >`.
306307
307- .. versionadded :: 3.14
308+ .. versionadded :: next
308309
309310
310311.. seealso ::
@@ -406,6 +407,7 @@ Here are some examples of typical usage of the :mod:`uuid` module::
406407 >>> uuid.MAX
407408 UUID('ffffffff-ffff-ffff-ffff-ffffffffffff')
408409
410+
409411.. _uuid-cli-example :
410412
411413Command-Line Example
Original file line number Diff line number Diff line change @@ -665,9 +665,10 @@ uuid
665665 in :rfc: `9562 `.
666666 (Contributed by Bénédikt Tran in :gh: `89083 `.)
667667
668- * :data: `uuid.NIL ` and :data: `uuid.MAX ` are now available to represent the Nil
669- and Max UUID formats as defined by :rfc: `9562 `. (Contributed by Nick Pope in
670- :gh: `128427 `.)
668+ * :const: `uuid.NIL ` and :const: `uuid.MAX ` are now available to represent the
669+ Nil and Max UUID formats as defined by :rfc: `9562 `.
670+ (Contributed by Nick Pope in :gh: `128427 `.)
671+
671672
672673zipinfo
673674-------
Original file line number Diff line number Diff line change 1- :data : `uuid.NIL ` and :data : `uuid.MAX ` are now available to represent the Nil
1+ :const : `uuid.NIL ` and :const : `uuid.MAX ` are now available to represent the Nil
22and Max UUID formats as defined by :rfc: `9562 `.
You can’t perform that action at this time.
0 commit comments