[issue19842] selectors: refactor BaseSelector implementation

Guido van Rossum report at bugs.python.org
Thu Dec 5 23:39:36 CET 2013


Guido van Rossum added the comment:

Well, registration is a very common pattern and you can't really require everyone to use an inferior word just because ABCMeta uses it.

There's a simple work-around:

abc.ABCMeta.register(selectors.BaseSelector, C)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19842>
_______________________________________


More information about the Python-bugs-list mailing list