Mark Dickinson <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue26680> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
