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 brett.cannon, dstufft, ned.deily
Date 2016-06-10.19:58:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465588739.12.0.376098974455.issue27288@psf.upfronthosting.co.za>
In-reply-to
Content
As an additional aside, the documentation of secrets references the documentation of random.py for it's secrets.SystemRandom class, however random.py docouments random.SystemRandom as using os.urandom.

So the documentation for secrets.SystemRandom should be disentangled from the documentation of random.SystemRandom so that it can choose to use the stronger randomness function (or random.SystemRandom should be adapted to use the stronger randomness function, or both things).
History
Date User Action Args
2016-06-10 19:58:59dstufftsetrecipients: + dstufft, brett.cannon, ned.deily
2016-06-10 19:58:59dstufftsetmessageid: <1465588739.12.0.376098974455.issue27288@psf.upfronthosting.co.za>
2016-06-10 19:58:59dstufftlinkissue27288 messages
2016-06-10 19:58:58dstufftcreate