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 Austin Bingham, christian.heimes, gvanrossum, mark.dickinson, rhettinger, robert_smallshire, serhiy.storchaka, tim.peters
Date 2019-08-22.08:28:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566462528.63.0.130269588219.issue26680@roundup.psfhosted.org>
In-reply-to
Content
Guido, when you approved this did you intend for the numeric tower to be amended as well?  We elected not to do so for as_integer_ratio() and the same choice should be made here (because it's hard to add methods to ABCs without breaking existing user classes registered to that ABC).

FWIW, it's not too late to change your mind about doing this at all. I don't see this as a feature in other languages and even the ultra thorough decimal arithmetic specification elected not to include this method.  The benefits are somewhat dubious but new method counts are certain:   len(dir(int)) == 72
History
Date User Action Args
2019-08-22 08:28:48rhettingersetrecipients: + rhettinger, gvanrossum, tim.peters, mark.dickinson, christian.heimes, serhiy.storchaka, robert_smallshire, Austin Bingham
2019-08-22 08:28:48rhettingersetmessageid: <1566462528.63.0.130269588219.issue26680@roundup.psfhosted.org>
2019-08-22 08:28:48rhettingerlinkissue26680 messages
2019-08-22 08:28:48rhettingercreate