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