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, tim.peters
Date 2020-10-31.17:54:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604166870.37.0.200214099446.issue42222@roundup.psfhosted.org>
In-reply-to
Content
I had forgotten. It looks like float arguments were allowed:

    >>> randrange(10.0, 20.0, 2.0)
    16

Is this worth going through a deprecation cycle to get the code cleaned-up or should we live with it as is?
History
Date User Action Args
2020-10-31 17:54:30rhettingersetrecipients: + rhettinger, tim.peters, serhiy.storchaka
2020-10-31 17:54:30rhettingersetmessageid: <1604166870.37.0.200214099446.issue42222@roundup.psfhosted.org>
2020-10-31 17:54:30rhettingerlinkissue42222 messages
2020-10-31 17:54:30rhettingercreate