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 docs@python, mark.dickinson, rhettinger, serhiy.storchaka, tim.peters
Date 2020-03-23.09:01:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584954071.53.0.240057665768.issue40046@roundup.psfhosted.org>
In-reply-to
Content
The propose test adds several tests for random module. Mainly tests for integer, sequence and iterable arguments.

It also documents that randrange() accepts non-integers.
History
Date User Action Args
2020-03-23 09:01:11serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, docs@python
2020-03-23 09:01:11serhiy.storchakasetmessageid: <1584954071.53.0.240057665768.issue40046@roundup.psfhosted.org>
2020-03-23 09:01:11serhiy.storchakalinkissue40046 messages
2020-03-23 09:01:11serhiy.storchakacreate