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 mark.dickinson, oscarbenjamin, rhettinger, tim.peters
Date 2020-07-18.00:09:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595030985.57.0.938632579905.issue41311@roundup.psfhosted.org>
In-reply-to
Content
More thoughts:

* If sample_iter() were added, people would expect a choices_iter() as well.

* Part of the reason that Set support was being dropped from sample() is that it was rarely used and that it was surprising that it was a O(n) operation instead of O(k).
History
Date User Action Args
2020-07-18 00:09:45rhettingersetrecipients: + rhettinger, tim.peters, mark.dickinson, oscarbenjamin
2020-07-18 00:09:45rhettingersetmessageid: <1595030985.57.0.938632579905.issue41311@roundup.psfhosted.org>
2020-07-18 00:09:45rhettingerlinkissue41311 messages
2020-07-18 00:09:45rhettingercreate