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 ned.deily
Recipients Paul Marks, docs@python, ned.deily
Date 2015-06-02.01:16:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433207805.83.0.728763385933.issue24357@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report. According to the PSF Infrastructure Team, www.python.org currently does not support IPv6 because the Content Delivery Network that we now use does not support it yet.  One Python URL that does support IPv6:

>>> socket.getaddrinfo("hg.python.org", 80, proto=socket.IPPROTO_TCP)
[(<AddressFamily.AF_INET6: 10>, <SocketType.SOCK_STREAM: 1>, 6, '', ('2001:4802:7901:0:e60a:1375:0:4', 80, 0, 0)), (<AddressFamily.AF_INET: 2>, <SocketType.SOCK_STREAM: 1>, 6, '', ('104.130.43.97', 80))]
History
Date User Action Args
2015-06-02 01:16:45ned.deilysetrecipients: + ned.deily, docs@python, Paul Marks
2015-06-02 01:16:45ned.deilysetmessageid: <1433207805.83.0.728763385933.issue24357@psf.upfronthosting.co.za>
2015-06-02 01:16:45ned.deilylinkissue24357 messages
2015-06-02 01:16:45ned.deilycreate