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 dstufft
Recipients christian.heimes, dstufft, hynek, jcea, neologix, pitrou, tarek, vstinner
Date 2013-08-16.17:13:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376673188.24.0.574950524663.issue18756@psf.upfronthosting.co.za>
In-reply-to
Content
Just to be explicit, ``open("/dev/urandom")`` only works on POSIX platforms while ``os.usrandom`` should work on any supported platform that has an OS level source of randomness. So advocating *for* simply using ``open()`` is probably a bad idea unless the target OS is only POSIX.
History
Date User Action Args
2013-08-16 17:13:08dstufftsetrecipients: + dstufft, jcea, pitrou, vstinner, christian.heimes, tarek, neologix, hynek
2013-08-16 17:13:08dstufftsetmessageid: <1376673188.24.0.574950524663.issue18756@psf.upfronthosting.co.za>
2013-08-16 17:13:08dstufftlinkissue18756 messages
2013-08-16 17:13:08dstufftcreate