mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #12049: cleanup the warning in the random module doc
This commit is contained in:
parent
a675206366
commit
c58140c557
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@ from sources provided by the operating system.
|
|||
.. warning::
|
||||
|
||||
The generators of the :mod:`random` module should not be used for security
|
||||
purposes, they are not cryptographic. Use :func:`ssl.RAND_bytes` if you
|
||||
require a cryptographically secure pseudorandom number generator.
|
||||
purposes. Use :func:`ssl.RAND_bytes` if you require a cryptographically
|
||||
secure pseudorandom number generator.
|
||||
|
||||
|
||||
Bookkeeping functions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue