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 wolma
Recipients methane, serhiy.storchaka, wolma
Date 2018-04-05.11:56:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522929406.54.0.682650639539.issue33228@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, in Python2.7 random.choice is implemented with the same susceptibility to the rounding bug as Python3's choices, still nobody ever reported a tempfile IndexError problem (I guess).
History
Date User Action Args
2018-04-05 11:56:46wolmasetrecipients: + wolma, methane, serhiy.storchaka
2018-04-05 11:56:46wolmasetmessageid: <1522929406.54.0.682650639539.issue33228@psf.upfronthosting.co.za>
2018-04-05 11:56:46wolmalinkissue33228 messages
2018-04-05 11:56:46wolmacreate