Issue #12049: cleanup the warning in the random module doc

This commit is contained in:
Victor Stinner 2011-05-25 13:13:55 +02:00
parent a675206366
commit c58140c557
1 changed files with 2 additions and 2 deletions

View File

@ -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: