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 r.david.murray
Recipients Carlos.Ralli, andreasr, berker.peksag, dazhaoyu, neologix, r.david.murray
Date 2014-11-19.14:29:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416407359.94.0.879659369198.issue20215@psf.upfronthosting.co.za>
In-reply-to
Content
Andreas: I would prefer to avoid a dependency on the ipaddress module.  I would suggest adding an address_family constructor argument that defaults to None, where a value of None would mean "just pass the server_address to bind (or getaddrinfo?) and find out what the resulting family is".  I'm not exactly a socket programming expert, though, so there may be a reason I'm not aware of that that won't work well.

Carlos: no, this is a new feature, so it can go into 3.5 only at this point.
History
Date User Action Args
2014-11-19 14:29:19r.david.murraysetrecipients: + r.david.murray, neologix, berker.peksag, dazhaoyu, andreasr, Carlos.Ralli
2014-11-19 14:29:19r.david.murraysetmessageid: <1416407359.94.0.879659369198.issue20215@psf.upfronthosting.co.za>
2014-11-19 14:29:19r.david.murraylinkissue20215 messages
2014-11-19 14:29:19r.david.murraycreate