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 giampaolo.rodola
Recipients giampaolo.rodola, pitrou
Date 2013-03-27.16:48:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364402909.97.0.467946240817.issue17561@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a function similar to socket.create_connection() which addresses all the repetitive tasks needed to order to create an IPv4/IPv6 agnostic server socket.
History
Date User Action Args
2013-03-27 16:48:30giampaolo.rodolasetrecipients: + giampaolo.rodola, pitrou
2013-03-27 16:48:29giampaolo.rodolasetmessageid: <1364402909.97.0.467946240817.issue17561@psf.upfronthosting.co.za>
2013-03-27 16:48:29giampaolo.rodolalinkissue17561 messages
2013-03-27 16:48:29giampaolo.rodolacreate