[issue19842] selectors: refactor BaseSelector implementation

STINNER Victor report at bugs.python.org
Sun Dec 1 10:35:35 CET 2013


STINNER Victor added the comment:

> I think that's a cleaner design.

For common containers like Sequence or Mapping, ABC are useful. But I don't expect new implementations of BaseSelector. Is it just for purity? :-p

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list