Antoine Pitrou added the comment: > The idead was to have an ABC so that users can implement their own > selector, and pass it to e.g. asyncio or anything alse expecting a > selector. > Other than that, the only use is as a documentation (i.e. to show > which methods are supported by all selectors implementations).
The problem for documentation use is that we're christening it as an official API, and thus it becomes more difficult to refactor the inheritance hierarchy. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19842> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com