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 larry
Recipients Colm Buckley, doko, larry, lemburg, martin.panter, matejcik, ned.deily, rhettinger, skrah, thomas-petazzoni, vstinner, ztane
Date 2016-06-06.20:24:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465244684.98.0.936995726322.issue26839@psf.upfronthosting.co.za>
In-reply-to
Content
Speaking as the 3.5 RM, I suppose I have to have an opinion.  I don't think "Python now uses a better source of randomness to seed the random module at startup" is a major feature.  It's a nice-to-have, not a must-have.  And people who care about good randomness (e.g. people doing crypto with the random module) shouldn't be relying on the freebie initialization they get just by importing.

So I think changing the default is fine, especially if the new default is "seed from the entropy pool, but if it's empty failover to the not-as-good source of random bits".  If you think that's a bad move, please add your comments here--I'm willing to have my mind changed about this.

I'll remind you: the schedule says I tag 3.5.2 RC 1 this coming Saturday (almost exactly six days from now).  Naturally I'd prefer to make the release on time.
History
Date User Action Args
2016-06-06 20:24:45larrysetrecipients: + larry, lemburg, rhettinger, doko, vstinner, matejcik, ned.deily, skrah, martin.panter, ztane, thomas-petazzoni, Colm Buckley
2016-06-06 20:24:44larrysetmessageid: <1465244684.98.0.936995726322.issue26839@psf.upfronthosting.co.za>
2016-06-06 20:24:44larrylinkissue26839 messages
2016-06-06 20:24:44larrycreate