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 ammar2
Recipients ammar2, rhettinger, shawn_berry
Date 2019-02-13.01:27:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550021242.22.0.926987022363.issue35980@roundup.psfhosted.org>
In-reply-to
Content
I can't speak to the complexity of the choices function but if you're proposing an alternative implementation for choices, it would be wise to show the benefits empirically. That is, benchmarks and an explanation of why your implementation would be better than just an example of your code among an example. Additionally, you need to expand your implementation to match all the functionality of the current function and make a pull request to the main Python repository.

Adding Raymond to nosy, the original author of random.choices
History
Date User Action Args
2019-02-13 01:27:22ammar2setrecipients: + ammar2, rhettinger, shawn_berry
2019-02-13 01:27:22ammar2setmessageid: <1550021242.22.0.926987022363.issue35980@roundup.psfhosted.org>
2019-02-13 01:27:22ammar2linkissue35980 messages
2019-02-13 01:27:22ammar2create