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 andreasr
Recipients andreasr, dazhaoyu, r.david.murray
Date 2014-05-03.22:02:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399154529.14.0.00586881555318.issue20215@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch which implements support in SocketServer to set IPv6 socket address family to AF_INET6 automatically if the TCPServer is specified to listen to an IPv6 address. This means that users of the TCPServer class will get the correct address family automatically for both IPv4 and IPv6 based on the IP address they specify, and hopefully this will be more userfriendly. The patch is against the latest Python 3.5.

Note that this is my first patch to the Python project, I hope I did everything correct.
History
Date User Action Args
2014-05-03 22:02:09andreasrsetrecipients: + andreasr, r.david.murray, dazhaoyu
2014-05-03 22:02:09andreasrsetmessageid: <1399154529.14.0.00586881555318.issue20215@psf.upfronthosting.co.za>
2014-05-03 22:02:09andreasrlinkissue20215 messages
2014-05-03 22:02:09andreasrcreate