8000 [3.13] gh-130461: Remove unnecessary usages of `.. index::` directives in Doc/library/uuid.rst (#130526) by Mr-Sunglasses · Pull Request #130548 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.13] gh-130461: Remove unnecessary usages of .. index:: directives in Doc/library/uuid.rst (#130526) #130548

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 25, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update uuid.rst
  • Loading branch information
Mr-Sunglasses authored Feb 25, 2025
commit 0a1fdb74e88d3a97a3f85a4fb9179766ed431a43
14 changes: 0 additions & 14 deletions Doc/library/uuid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,20 +207,6 @@ The :mod:`uuid` module defines the following functions:
that will be encoded using UTF-8).


.. function:: uuid8(a=None, b=None, c=None)

Generate a pseudo-random UUID according to
:rfc:`RFC 9562, §5.8 <9562#section-5.8>`.

When specified, the parameters *a*, *b* and *c* are expected to be
positive integers of 48, 12 and 62 bits respectively. If they exceed
their expected bit count, only their least significant bits are kept;
non-specified arguments are substituted for a pseudo-random integer of
appropriate size.

.. versionadded:: 3.14


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

Expand Down
Loading
0