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 alex, benjamin.peterson, christian.heimes, dstufft, giampaolo.rodola, janssen, josh.r, ncoghlan, neologix, tshepang, vstinner
Date 2014-04-28.22:22:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398723757.61.0.467382503147.issue21305@psf.upfronthosting.co.za>
In-reply-to
Content
Well except random.SystemRandom doesn't keep the file open (At least in 2.7) and actually it just calls os.urandom under the covers, also it doesn't make it very nice to get a glob of random bytes.
History
Date User Action Args
2014-04-28 22:22:37dstufftsetrecipients: + dstufft, ncoghlan, janssen, vstinner, giampaolo.rodola, christian.heimes, benjamin.peterson, alex, neologix, tshepang, josh.r
2014-04-28 22:22:37dstufftsetmessageid: <1398723757.61.0.467382503147.issue21305@psf.upfronthosting.co.za>
2014-04-28 22:22:37dstufftlinkissue21305 messages
2014-04-28 22:22:37dstufftcreate