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 j1m
Recipients gvanrossum, j1m, vstinner, yselivanov
Date 2016-07-09.18:45:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468089940.31.0.880175484916.issue27392@psf.upfronthosting.co.za>
In-reply-to
Content
> Why can't `wrap_socket` be used for wrapping client sockets? 

TOOWTDI and create_connection.  

I suppose we could remove (unadvertise) this functionality from create_connection.  Then we'd have code bloat because backward compatibility.
History
Date User Action Args
2016-07-09 18:45:40j1msetrecipients: + j1m, gvanrossum, vstinner, yselivanov
2016-07-09 18:45:40j1msetmessageid: <1468089940.31.0.880175484916.issue27392@psf.upfronthosting.co.za>
2016-07-09 18:45:40j1mlinkissue27392 messages
2016-07-09 18:45:40j1mcreate