changeset: 70371:195de3d10879 user: Victor Stinner date: Wed May 25 13:13:55 2011 +0200 files: Doc/library/random.rst description: Issue #12049: cleanup the warning in the random module doc diff -r 178d367c9733 -r 195de3d10879 Doc/library/random.rst --- a/Doc/library/random.rst Wed May 25 11:27:40 2011 +0200 +++ b/Doc/library/random.rst Wed May 25 13:13:55 2011 +0200 @@ -46,8 +46,8 @@ .. 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: