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 louielu
Recipients louielu
Date 2019-01-19.05:53:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547877212.85.0.682089452337.issue35782@roundup.psfhosted.org>
In-reply-to
Content
In random.py:randrange

  File "/usr/lib/python3.7/random.py", line 200, in randrange
    raise ValueError("empty range for randrange() (%d,%d, %d)" % (istart, istop, width))
ValueError: empty range for randrange() (3,3, 0)


should be "empty range for randrange() (3, 3, 0)"
History
Date User Action Args
2019-01-19 05:53:35louielusetrecipients: + louielu
2019-01-19 05:53:32louielusetmessageid: <1547877212.85.0.682089452337.issue35782@roundup.psfhosted.org>
2019-01-19 05:53:32louielulinkissue35782 messages
2019-01-19 05:53:32louielucreate