Issue #12049: cleanup the warning in the random module doc
This commit is contained in:
parent
a675206366
commit
c58140c557
|
@ -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…
Reference in New Issue