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-29.06:29:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398752987.71.0.283628305642.issue21305@psf.upfronthosting.co.za>
In-reply-to
Content
One of the reasons the PEP was done the way it was done was it allowed you to write 2/3 compatible code without version checks. Enhancing that class won't land until 3.5 which is 18+ months away. Further more the os.urandom persistent FD's already exists and is a complete superset of functionality that a random.SystemRandom random would have.

This conversation would have been a lot more useful when the PEP was being discussed on python-dev.
History
Date User Action Args
2014-04-29 06:29:47dstufftsetrecipients: + dstufft, ncoghlan, janssen, vstinner, giampaolo.rodola, christian.heimes, benjamin.peterson, alex, neologix, tshepang, josh.r
2014-04-29 06:29:47dstufftsetmessageid: <1398752987.71.0.283628305642.issue21305@psf.upfronthosting.co.za>
2014-04-29 06:29:47dstufftlinkissue21305 messages
2014-04-29 06:29:47dstufftcreate