File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff 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
223210The :mod: `uuid ` module defines the following namespace identifiers for use with
224211:func: `uuid3 ` or :func: `uuid5 `.
You can’t perform that action at this time.
0 commit comments