Skip to content

Commit 0a1fdb7

Browse files
Update uuid.rst
1 parent 8ee3419 commit 0a1fdb7

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Doc/library/uuid.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -207,20 +207,6 @@ The :mod:`uuid` module defines the following functions:
207207
that will be encoded using UTF-8).
208208

209209

210-
.. function:: uuid8(a=None, b=None, c=None)
211-
212-
Generate a pseudo-random UUID according to
213-
:rfc:`RFC 9562, §5.8 <9562#section-5.8>`.
214-
215-
When specified, the parameters *a*, *b* and *c* are expected to be
216-
positive integers of 48, 12 and 62 bits respectively. If they exceed
217-
their expected bit count, only their least significant bits are kept;
218-
non-specified arguments are substituted for a pseudo-random integer of
219-
appropriate size.
220-
221-
.. versionadded:: 3.14
222-
223-
224210
The :mod:`uuid` module defines the following namespace identifiers for use with
225211
:func:`uuid3` or :func:`uuid5`.
226212

0 commit comments

Comments
 (0)