From: Victor Stinner Date: Wed, 25 May 2011 11:13:55 +0000 (+0200) Subject: Issue #12049: cleanup the warning in the random module doc X-Git-Tag: v3.3.0a1~2183^2~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c58140c55798f77bd003ae48b1cf50daf1727f66;p=python Issue #12049: cleanup the warning in the random module doc --- diff --git a/Doc/library/random.rst b/Doc/library/random.rst index 52419a1f25..3040411bb0 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -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: