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 vstinner
Recipients gvanrossum, vstinner, yselivanov, zwol
Date 2016-03-29.21:36:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459287381.59.0.805885700468.issue26666@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm attempting to enhance a transparent-SOCKS module (https://github.com/Anorov/PySocks) to support non-blocking connect().

Obvious question: why not working on the asyncio support in this library?
History
Date User Action Args
2016-03-29 21:36:21vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, zwol
2016-03-29 21:36:21vstinnersetmessageid: <1459287381.59.0.805885700468.issue26666@psf.upfronthosting.co.za>
2016-03-29 21:36:21vstinnerlinkissue26666 messages
2016-03-29 21:36:21vstinnercreate