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 <[email protected]>
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: <[email protected]>
2014-04-28 22:22:37dstufftlinkissue21305 messages
2014-04-28 22:22:37dstufftcreate