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 veky
Recipients rhettinger, serhiy.storchaka, tim.peters, veky
Date 2020-10-31.21:11:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604178718.45.0.994901739615.issue42222@roundup.psfhosted.org>
In-reply-to
Content
Yes, the ability to write randrange(1e9) is sometimes nice. And the fact that it might give the number outside the intended range with probability 1e-17 is not really an important argument (people have bad intuitions about very small probabilities). But if we intend to be consistent with range, then of course this must go.
History
Date User Action Args
2020-10-31 21:11:58vekysetrecipients: + veky, tim.peters, rhettinger, serhiy.storchaka
2020-10-31 21:11:58vekysetmessageid: <1604178718.45.0.994901739615.issue42222@roundup.psfhosted.org>
2020-10-31 21:11:58vekylinkissue42222 messages
2020-10-31 21:11:58vekycreate