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 mark.dickinson
Recipients Austin Bingham, christian.heimes, gvanrossum, mark.dickinson, rhettinger, robert_smallshire, serhiy.storchaka, tim.peters
Date 2020-10-05.07:25:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601882722.32.0.284121833427.issue26680@roundup.psfhosted.org>
In-reply-to
Content
> When a concrete class registers with an ABC, it is making a promise that it implements everything in the ABC.

Ah, interesting. I would have assumed that it's only making a promise that it registers all the methods and properties marked *abstract* in the ABC. Do you have references to back up the stronger statement?
History
Date User Action Args
2020-10-05 07:25:22mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, tim.peters, rhettinger, christian.heimes, serhiy.storchaka, robert_smallshire, Austin Bingham
2020-10-05 07:25:22mark.dickinsonsetmessageid: <1601882722.32.0.284121833427.issue26680@roundup.psfhosted.org>
2020-10-05 07:25:22mark.dickinsonlinkissue26680 messages
2020-10-05 07:25:22mark.dickinsoncreate