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 pitrou
Recipients cblp, gregory.p.smith, pitrou, vinay.sajip
Date 2012-05-19.09:56:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337421412.48.0.200027029565.issue14855@psf.upfronthosting.co.za>
In-reply-to
Content
For TCP, socket.create_connection() is your friend. For UDP I'm not sure, but adding a helper to the socket module might also be a good idea.
History
Date User Action Args
2012-05-19 09:56:52pitrousetrecipients: + pitrou, gregory.p.smith, vinay.sajip, cblp
2012-05-19 09:56:52pitrousetmessageid: <1337421412.48.0.200027029565.issue14855@psf.upfronthosting.co.za>
2012-05-19 09:56:51pitroulinkissue14855 messages
2012-05-19 09:56:51pitroucreate