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 Lukasa, Nofar Schnider, glyph, rhettinger, terry.reedy, vstinner
Date 2016-08-17.21:18:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471468725.12.0.326021805725.issue27706@psf.upfronthosting.co.za>
In-reply-to
Content
> Changing the affected version to just 2.7.

Oh. The request looks like an enhancement. The problem is that if you add a new feature in Python 2.7.n+1, it's not available on Python 2.7.n. Support 2.7.n as well, you have to backport the code in your application.

I'm not sure that it's worth to add such enhancement to the random at this point in Python 2.

I suggest you to either upgrade to Python 3 (hello, Python 3!) or implement the SHA512 in your application. I expect that random.seed() in only called at one or maybe two places, so it shouldn't be hard to patch your code ;-)

In short, I suggest to close the issue as wont fix.
History
Date User Action Args
2016-08-17 21:18:45vstinnersetrecipients: + vstinner, rhettinger, terry.reedy, glyph, Lukasa, Nofar Schnider
2016-08-17 21:18:45vstinnersetmessageid: <1471468725.12.0.326021805725.issue27706@psf.upfronthosting.co.za>
2016-08-17 21:18:45vstinnerlinkissue27706 messages
2016-08-17 21:18:44vstinnercreate