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 yselivanov
Recipients gvanrossum, j1m, vstinner, yselivanov
Date 2016-07-11.14:29:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468247362.71.0.898120114785.issue27392@psf.upfronthosting.co.za>
In-reply-to
Content
> How about we use connect_socket() or a variant on that name? That feels similar to connect_{read,write}_pipe(), which also take a protocol_factory and an already-opened I/O object.

I like the idea to use "connect_" prefix here.  How about simple "connect_accepted_socket"?
History
Date User Action Args
2016-07-11 14:29:22yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, j1m
2016-07-11 14:29:22yselivanovsetmessageid: <1468247362.71.0.898120114785.issue27392@psf.upfronthosting.co.za>
2016-07-11 14:29:22yselivanovlinkissue27392 messages
2016-07-11 14:29:22yselivanovcreate