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 serhiy.storchaka
Recipients rhettinger, serhiy.storchaka, tim.peters
Date 2020-10-31.18:09:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604167768.58.0.424830153071.issue42222@roundup.psfhosted.org>
In-reply-to
Content
It changes the behavior. Currently randrange(10.0) works, but with PR 23064 it would fail.

See issue40046 with a ready PR for increasing coverage for the random module. If it would accepted, some tests would fail with PR 23064.

If you want to deprecate accepting float arguments, there was issue40046 with a ready PR.

These propositions were rejected by you. Have you reconsidered your decision?
History
Date User Action Args
2020-10-31 18:09:28serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger
2020-10-31 18:09:28serhiy.storchakasetmessageid: <1604167768.58.0.424830153071.issue42222@roundup.psfhosted.org>
2020-10-31 18:09:28serhiy.storchakalinkissue42222 messages
2020-10-31 18:09:28serhiy.storchakacreate