Message 314994 - Python tracker

Message314994

Author rhettinger
Recipients methane, rhettinger, serhiy.storchaka, wolma
Date 2018-04-05.16:41:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522946467.77.0.682650639539.issue33228@psf.upfronthosting.co.za>
In-reply-to
Content
-0 on making anything other than the doc change.  For the most part, we avoid sweeping through the standard library to substitute-in new features and instead have a preference for code stability rather than code churn.

FWIW, the main rationale for introducing choices() was to support weighting.  Existing code that calls choice() multiple times is still correct and clear.
History
Date User Action Args
2018-04-05 16:41:07rhettingersetrecipients: + rhettinger, methane, serhiy.storchaka, wolma
2018-04-05 16:41:07rhettingersetmessageid: <1522946467.77.0.682650639539.issue33228@psf.upfronthosting.co.za>
2018-04-05 16:41:07rhettingerlinkissue33228 messages
2018-04-05 16:41:07rhettingercreate