[issue13724] socket.create_connection and multiple IP addresses

2012-01-11 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13724 ___

[issue13724] socket.create_connection and multiple IP addresses

2012-01-11 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 5594cd88bfed by Antoine Pitrou in branch '3.2': Issue #13724: improve documentation for socket.create_connection. http://hg.python.org/cpython/rev/5594cd88bfed New changeset 43d08528223c by Antoine Pitrou in branch

[issue13724] socket.create_connection and multiple IP addresses

2012-01-11 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Wording fixed, thank you. -- versions: +Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13724 ___

[issue13724] socket.create_connection and multiple IP addresses

2012-01-07 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' g.rod...@gmail.com: -- nosy: +giampaolo.rodola ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13724 ___ ___

[issue13724] socket.create_connection and multiple IP addresses

2012-01-06 Thread Mads Kiilerich
New submission from Mads Kiilerich m...@kiilerich.com: Forked from issue13721 where I was too lazy to report it separately: http://docs.python.org/release/2.7.2/library/socket#socket.create_connection doesn't describe how it loops over all IP addresses. That seems to be the functions main

[issue13724] socket.create_connection and multiple IP addresses

2012-01-06 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: http://docs.python.org/release/2.7.2/library/socket#socket.create_connection doesn't describe how it loops over all IP addresses. That seems to be the functions main advantage (and a gotcha) compared to creating the socket and connecting