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 marco_ocram, mark.dickinson, rhettinger, ronaldoussoren, steven.daprano, stutzbach, tim.peters, veky
Date 2020-08-26.05:02:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598418147.93.0.108651591623.issue41598@roundup.psfhosted.org>
In-reply-to
Content
Like Mark, I'm not convinced this is a good idea.  

Outside of finance calculations which typically already use decimal, the need for it is somewhat rare.  Also, the API doesn't fit neatly with existing the __round__ dunder methods, so the new feature couldn't be made to work with existing classes.

If you want to pursue this, I recommend taking it to python-ideas.
History
Date User Action Args
2020-08-26 05:02:28rhettingersetrecipients: + rhettinger, tim.peters, ronaldoussoren, mark.dickinson, stutzbach, steven.daprano, veky, marco_ocram
2020-08-26 05:02:27rhettingersetmessageid: <1598418147.93.0.108651591623.issue41598@roundup.psfhosted.org>
2020-08-26 05:02:27rhettingerlinkissue41598 messages
2020-08-26 05:02:27rhettingercreate