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 2020-10-04.08:35:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601800525.84.0.638388516916.issue26680@roundup.psfhosted.org>
In-reply-to
Content
>  it was added as a concrete method,

That still amounts to making it a requirement for all numeric classes, even ones that predate this patch.  So existing classes that are registered will no longer comply with the ABC.  

In general, it's hard to add methods to ABCs because an ABC makes a promise about what methods are available in any class registered to that ABC.
History
Date User Action Args
2020-10-04 08:35:25rhettingersetrecipients: + rhettinger, gvanrossum, tim.peters, mark.dickinson, christian.heimes, serhiy.storchaka, robert_smallshire, Austin Bingham
2020-10-04 08:35:25rhettingersetmessageid: <1601800525.84.0.638388516916.issue26680@roundup.psfhosted.org>
2020-10-04 08:35:25rhettingerlinkissue26680 messages
2020-10-04 08:35:25rhettingercreate