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 Theodore Tso, dstufft, larry, ncoghlan, vstinner
Date 2016-06-09.05:48:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbtLV85EE8-L3ozvs=qj_Xa8Uy8a7+XHWYZnoZwzo=RWA@mail.gmail.com>
In-reply-to <1465437016.02.0.615317821805.issue27266@psf.upfronthosting.co.za>
Content
IHMO we only need two functions. os.urandom() is now documented as the
reference for security. So we need a new function. I proposed a new
urandom() parameter, but a new function without parameter would also be ok.

If os.getrandom() is directly a binding of Linux/Solaris getrandom(), I
will not use it since it would not be portable.
History
Date User Action Args
2016-06-09 05:48:09vstinnersetrecipients: + vstinner, ncoghlan, larry, dstufft, Theodore Tso
2016-06-09 05:48:09vstinnerlinkissue27266 messages
2016-06-09 05:48:09vstinnercreate