[issue26666] File object hook to modify select(ors) event mask

Zack Weinberg report at bugs.python.org
Tue Mar 29 18:10:35 EDT 2016


Zack Weinberg added the comment:

> Obvious question: why not working on the asyncio support in this library?

The whole point of a transparent SOCKS module is that it provides a function that's a *drop-in replacement* for socket.socket().  An asyncio-based SOCKS module would have a completely different API.

----------

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


More information about the Python-bugs-list mailing list