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 jdemeyer
Recipients jdemeyer, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano
Date 2019-08-19.19:42:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566243733.21.0.58197218341.issue37884@roundup.psfhosted.org>
In-reply-to
Content
> ISTM that small and probably unimportant opimizations shouldn't spill-over into API feature creep.

The way I see it, the optimization is besides the point here. Regardless of performance, the added function is a useful feature to have to avoid forcing people to reinvent the wheel.  For example, would you want the exact same code duplicated for fractions.Fraction() and for statictics.mean()?

See also #37836 in case you didn't know about that issue.
History
Date User Action Args
2019-08-19 19:42:13jdemeyersetrecipients: + jdemeyer, rhettinger, mark.dickinson, steven.daprano, serhiy.storchaka
2019-08-19 19:42:13jdemeyersetmessageid: <1566243733.21.0.58197218341.issue37884@roundup.psfhosted.org>
2019-08-19 19:42:13jdemeyerlinkissue37884 messages
2019-08-19 19:42:13jdemeyercreate