Guido van Rossum added the comment:

I've lost track -- who is waiting for whom?  I reviewed the patch 
selector-12.diff and received zero response AFAICT.  (Maybe the email from 
Rietveld didn't make it?)

I'd like to get this into alpha2, even if the proactor won't make it (though 
I'd love to see that as well).

Maybe the main issue is that I would prefer if the selector classes were in a 
separate module (selectors.py) than the low-level select/poll/etc. calls.  I 
think it makes sense if the selectors module *only* defines the high level 
classes and not the messy low-level stuff, since an app shouldn't be using both 
at the same time.

----------

_______________________________________
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