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 wolma
Recipients mark.dickinson, rhettinger, serhiy.storchaka, tim.peters, wolma
Date 2018-03-28.15:01:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522249278.63.0.467229070634.issue33144@psf.upfronthosting.co.za>
In-reply-to
Content
In addition, I took the opportunity to fix a bug in the original _randbelow in that it would only raise the advertised ValueError on n=0 in the getrandbits-dependent branch, but ZeroDivisionError in the pure random branch.
History
Date User Action Args
2018-03-28 15:01:18wolmasetrecipients: + wolma, tim.peters, rhettinger, mark.dickinson, serhiy.storchaka
2018-03-28 15:01:18wolmasetmessageid: <1522249278.63.0.467229070634.issue33144@psf.upfronthosting.co.za>
2018-03-28 15:01:18wolmalinkissue33144 messages
2018-03-28 15:01:18wolmacreate