This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zwol
Recipients gvanrossum, vstinner, yselivanov, zwol
Date 2016-03-29.22:10:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459289435.57.0.629240246873.issue26666@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2016-03-29 22:10:35zwolsetrecipients: + zwol, gvanrossum, vstinner, yselivanov
2016-03-29 22:10:35zwolsetmessageid: <1459289435.57.0.629240246873.issue26666@psf.upfronthosting.co.za>
2016-03-29 22:10:35zwollinkissue26666 messages
2016-03-29 22:10:35zwolcreate