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 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