Daniel Stutzbach <[email protected]> added the comment: In what use-cases would you want to call MyABC.register() when defining a class instead of inheriting from MyABC?
I always thought of the register() as hack to make it possible to support types written in C, which can't inherit from the ABC. ---------- nosy: +stutzbach _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10868> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
