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 rhettinger
Recipients rhettinger, serhiy.storchaka
Date 2020-12-28.19:23:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609183417.92.0.845527263557.issue42772@roundup.psfhosted.org>
In-reply-to
Content
When stop is None, the step argument is ignored:

>>> randrange(1000, None, 100)
651
>>> randrange(1000, step=100)
673
History
Date User Action Args
2020-12-28 19:23:37rhettingersetrecipients: + rhettinger, serhiy.storchaka
2020-12-28 19:23:37rhettingersetmessageid: <1609183417.92.0.845527263557.issue42772@roundup.psfhosted.org>
2020-12-28 19:23:37rhettingerlinkissue42772 messages
2020-12-28 19:23:37rhettingercreate