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 alex, benjamin.peterson, christian.heimes, dstufft, giampaolo.rodola, janssen, josh.r, ncoghlan, neologix, tshepang, vstinner
Date 2014-04-29.05:44:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwak0bFNqQCaMO7uopvLPrCyDUOYMJuSssWpzSbEd1PAJw@mail.gmail.com>
In-reply-to <1398723757.61.0.467382503147.issue21305@psf.upfronthosting.co.za>
Content
Le 29 avr. 2014 00:22, "Donald Stufft" <report@bugs.python.org> a écrit :
> 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.

Yes, I'm proposing to enhance this class.
History
Date User Action Args
2014-04-29 05:44:26vstinnersetrecipients: + vstinner, ncoghlan, janssen, giampaolo.rodola, christian.heimes, benjamin.peterson, alex, neologix, tshepang, dstufft, josh.r
2014-04-29 05:44:26vstinnerlinkissue21305 messages
2014-04-29 05:44:25vstinnercreate