Guido van Rossum added the comment:

Actually there is a misunderstanding underlying you Tulip patch.  Tulip needs 
to support Python 3.3 as well as Python 3.4, so it needs to do a little dance 
trying to import BaseSelector (or some other key class) from select and if that 
fails fall back to its own selectors.py.

Since you aren't changing the BaseSelector API at all this is trivial and I can 
take care of it.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16853>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to