Message 314974 - Python tracker (original) (raw)

Message314974

Author serhiy.storchaka
Recipients serhiy.storchaka, wolma
Date 2018-04-05.10:01:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1522922475.12.0.682650639539.issue33228@psf.upfronthosting.co.za
In-reply-to
Content
See . It affects Random.choices(), but not Random.choice() because the latter uses getrandbits().
History
Date User Action Args
2018-04-05 10:01:15 serhiy.storchaka set recipients: + serhiy.storchaka, wolma
2018-04-05 10:01:15 serhiy.storchaka set messageid: 1522922475.12.0.682650639539.issue33228@psf.upfronthosting.co.za
2018-04-05 10:01:15 serhiy.storchaka link issue33228 messages
2018-04-05 10:01:15 serhiy.storchaka create