Skip to content

Commit 2600c57

Browse files
Update Doc/library/uuid.rst
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent b91f30e commit 2600c57

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Doc/library/uuid.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -206,19 +206,6 @@ The :mod:`uuid` module defines the following functions:
206206
UUID) and a name (which is a :class:`bytes` object or a string
207207
that will be encoded using UTF-8).
208208

209-
.. function:: uuid8(a=None, b=None, c=None)
210-
211-
Generate a pseudo-random UUID according to
212-
:rfc:`RFC 9562, §5.8 <9562#section-5.8>`.
213-
214-
When specified, the parameters *a*, *b* and *c* are expected to be
215-
positive integers of 48, 12 and 62 bits respectively. If they exceed
216-
their expected bit count, only their least significant bits are kept;
217-
non-specified arguments are substituted for a pseudo-random integer of
218-
appropriate size.
219-
220-
.. versionadded:: 3.14
221-
222209

223210
The :mod:`uuid` module defines the following namespace identifiers for use with
224211
:func:`uuid3` or :func:`uuid5`.

0 commit comments

Comments
 (0)