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 rhettinger
Recipients cheryl.sabella, mark.dickinson, rhettinger
Date 2017-05-08.23:02:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494284552.28.0.486701511167.issue30308@psf.upfronthosting.co.za>
In-reply-to
Content
* Why not use unittest.mock to test the *random* argument for shuffle?

* Try to avoid direct calls to _randbelow().  That method is a non-public implementation detail subject to change.

* Also please don't make test_random.py depend on secrets which itself depends on random.py.
History
Date User Action Args
2017-05-08 23:02:32rhettingersetrecipients: + rhettinger, mark.dickinson, cheryl.sabella
2017-05-08 23:02:32rhettingersetmessageid: <1494284552.28.0.486701511167.issue30308@psf.upfronthosting.co.za>
2017-05-08 23:02:32rhettingerlinkissue30308 messages
2017-05-08 23:02:32rhettingercreate