Mark Dickinson <dicki...@gmail.com> added the comment:

> 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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue26680>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to