This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Lukasa, dstufft, georg.brandl, larry, martin.panter, ned.deily, steven.daprano, vstinner
Date 2016-06-16.12:54:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466081648.02.0.442898073685.issue27292@psf.upfronthosting.co.za>
In-reply-to
Content
Strange, I don't see the [Review] button.

    .. versionchanged:: 3.5.2
-      On Linux, if ``getrandom()`` blocks (the urandom entropy pool is not
+      If ``getrandom()`` blocks (the urandom entropy pool is not
       initialized yet), fall back on reading ``/dev/urandom``.

Please keep "On Linux", getrandom() is also used on Solaris, and my change is really restricted to Linux.
History
Date User Action Args
2016-06-16 12:54:08vstinnersetrecipients: + vstinner, georg.brandl, larry, ned.deily, steven.daprano, martin.panter, dstufft, Lukasa
2016-06-16 12:54:08vstinnersetmessageid: <1466081648.02.0.442898073685.issue27292@psf.upfronthosting.co.za>
2016-06-16 12:54:08vstinnerlinkissue27292 messages
2016-06-16 12:54:07vstinnercreate