https://github.com/python/cpython/commit/394d7985da50189e123d0908e9a282f6da31ed78
commit: 394d7985da50189e123d0908e9a282f6da31ed78
branch: main
author: LamentXU <108666168+lamentxu...@users.noreply.github.com>
committer: picnixz <10796600+picn...@users.noreply.github.com>
date: 2025-06-13T16:06:11+02:00
summary:

gh-135244: improve wording of `uuid8` docs about CSPRNG (#135433)

files:
M Doc/library/uuid.rst

diff --git a/Doc/library/uuid.rst b/Doc/library/uuid.rst
index 747ee3ee0e1951..92d58024e84d4e 100644
--- a/Doc/library/uuid.rst
+++ b/Doc/library/uuid.rst
@@ -257,7 +257,7 @@ The :mod:`uuid` module defines the following functions:
    non-specified arguments are substituted for a pseudo-random integer of
    appropriate size.
 
-   By default, *a*, *b* and *c* are generated by a non-cryptographically
+   By default, *a*, *b* and *c* are not generated by a cryptographically
    secure pseudo-random number generator (CSPRNG). Use :func:`uuid4` when
    a UUID needs to be used in a security-sensitive context.
 

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to