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 eryksun
Recipients altendky, ammar2, brett.cannon, dstufft, eryksun, nedbat, paul.moore, rhettinger, steve.dower, tim.golden, zach.ware
Date 2016-12-28.20:08:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482955693.76.0.836975619546.issue29085@psf.upfronthosting.co.za>
In-reply-to
Content
The secrets module uses SystemRandom, which overrides random() and getrandbits() to use os.urandom, so it's not affected.
History
Date User Action Args
2016-12-28 20:08:13eryksunsetrecipients: + eryksun, brett.cannon, rhettinger, paul.moore, nedbat, tim.golden, zach.ware, steve.dower, dstufft, ammar2, altendky
2016-12-28 20:08:13eryksunsetmessageid: <1482955693.76.0.836975619546.issue29085@psf.upfronthosting.co.za>
2016-12-28 20:08:13eryksunlinkissue29085 messages
2016-12-28 20:08:13eryksuncreate