[issue24357] Change socket.getaddrinfo example to show IPv6 connectivity

2015-06-01 Thread Ned Deily

Ned Deily added the comment:

We decided to use google.com as an example instead.  (And I tested the tracker 
upgrade by fixing the wrong initial typo that I had made.)

--
resolution:  - fixed
stage: needs patch - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24357
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24357] Change socket.getaddrinfo example to show IPv6 connectivity

2015-06-01 Thread Roundup Robot

Roundup Robot added the comment:

New changeset b461d900fdb5 by Ned Deily in branch '3.4':
Issue #24357: Change host in socket.getaddrinfo example to one that
https://hg.python.org/cpython/rev/b461d900fdb5

New changeset 22b77f859521 by Ned Deily in branch '3.5':
Issue #24357: merge from 3.4
https://hg.python.org/cpython/rev/22b77f859521

New changeset 7c7b1fffafdf by Ned Deily in branch 'default':
Issue #24357: merge from 3.5
https://hg.python.org/cpython/rev/7c7b1fffafdf

New changeset 30da21d2fa4f by Ned Deily in branch '2.7':
Issue #24357: Change host in socket.getaddrinfo example to one that
https://hg.python.org/cpython/rev/30da21d2fa4f

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24357
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24357] Change socket.getaddrinfo example to show IPv6 connectivity

2015-06-01 Thread Roundup Robot

Roundup Robot added the comment:

New changeset acf4dbd99d11 by Ned Deily in branch '3.4':
Issue #24357: fix typo
https://hg.python.org/cpython/rev/acf4dbd99d11

New changeset fcb415e5b40b by Ned Deily in branch '3.5':
Issue #24357: merge from 3.4
https://hg.python.org/cpython/rev/fcb415e5b40b

New changeset 74ff057c2c83 by Ned Deily in branch 'default':
Issue #24357: merge from 3.5
https://hg.python.org/cpython/rev/74ff057c2c83

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24357
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24357] Change socket.getaddrinfo example to show IPv6 connectivity

2015-06-01 Thread Ned Deily

Ned Deily added the comment:

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))]

--
keywords: +easy
nosy: +ned.deily
stage:  - needs patch
title: www.python.org lost IPv6 connectivity - Change socket.getaddrinfo 
example to show IPv6 connectivity
versions: +Python 2.7, Python 3.4, Python 3.5, Python 3.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24357
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24357] Change socket.getaddrinfo example to show IPv6 connectivity

2015-06-01 Thread Roundup Robot

Roundup Robot added the comment:

New changeset fb12d742b70c by Ned Deily in branch '3.4':
Issue #24357: fix real typo
https://hg.python.org/cpython/rev/fb12d742b70c

New changeset 5bfa78bf0607 by Ned Deily in branch '3.5':
Issue #24357: merge from 3.4
https://hg.python.org/cpython/rev/5bfa78bf0607

New changeset 421847aa0b22 by Ned Deily in branch 'default':
Issue #24357: merge from 3.5
https://hg.python.org/cpython/rev/421847aa0b22

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24357
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24357] Change socket.getaddrinfo example to show IPv6 connectivity

2015-06-01 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 5ae3418fe63e by Ned Deily in branch '2.7':
Issue #24357: use example.org instead
https://hg.python.org/cpython/rev/5ae3418fe63e

New changeset dbf3aa36bea7 by Ned Deily in branch '3.4':
Issue #24357: use example.org instead
https://hg.python.org/cpython/rev/dbf3aa36bea7

New changeset d751900d0406 by Ned Deily in branch '3.5':
Issue #24357: merge from 3.4
https://hg.python.org/cpython/rev/d751900d0406

New changeset e09cefe1e5b8 by Ned Deily in branch 'default':
Issue #24357: merge from 3.5
https://hg.python.org/cpython/rev/e09cefe1e5b8

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24357
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com