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 brendand
Recipients Brian Nenninger, brendan-donegan, brendand, josh.r, rhettinger, steven.daprano
Date 2016-12-27.16:41:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAESAk0jX0po0-Pm2PiFm4h8FnZkwxQADeBeVLZSdckhp-22vxA@mail.gmail.com>
In-reply-to <1482856691.42.0.869759057338.issue29061@psf.upfronthosting.co.za>
Content
If I'm not mistaken, _randbelow is defined in Random, which SystemRandom
inherits from. Just for clarity

On Tue, 27 Dec 2016 at 22:08 Josh Rosenberg <report@bugs.python.org> wrote:

>
> Josh Rosenberg added the comment:
>
> SystemRandom._randbelow has this problem, perhaps it should be fixed
> there, not in one of many possible wrappers for it?
>
> ----------
> nosy: +josh.r
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue29061>
> _______________________________________
>
History
Date User Action Args
2016-12-27 16:41:49brendandsetrecipients: + brendand, rhettinger, steven.daprano, josh.r, brendan-donegan, Brian Nenninger
2016-12-27 16:41:49brendandlinkissue29061 messages
2016-12-27 16:41:49brendandcreate