Message 315376 - Python tracker

Message315376

Author Nixawk
Recipients Nixawk
Date 2018-04-17.03:09:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523934576.27.0.682650639539.issue33292@psf.upfronthosting.co.za>
In-reply-to
Content
- https://github.com/python/cpython/blob/master/Lib/secrets.py#L28

Please fix

    """Return a random int in the range [0, n)."""

to 

    """Return a random int in the range(0, n)."""
History
Date User Action Args
2018-04-17 03:09:36Nixawksetrecipients: + Nixawk
2018-04-17 03:09:36Nixawksetmessageid: <1523934576.27.0.682650639539.issue33292@psf.upfronthosting.co.za>
2018-04-17 03:09:36Nixawklinkissue33292 messages
2018-04-17 03:09:36Nixawkcreate