[issue13724] socket.create_connection and multiple IP addresses

2012-01-11 Thread Antoine Pitrou
Antoine Pitrou added the comment: Wording fixed, thank you. -- versions: +Python 3.2, Python 3.3 ___ Python tracker ___ ___ Python-bu

[issue13724] socket.create_connection and multiple IP addresses

2012-01-11 Thread Roundup Robot
Roundup Robot 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 'default': Issue #13724: improve

[issue13724] socket.create_connection and multiple IP addresses

2012-01-11 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ P

[issue13724] socket.create_connection and multiple IP addresses

2012-01-07 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue13724] socket.create_connection and multiple IP addresses

2012-01-06 Thread Antoine Pitrou
Antoine Pitrou 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 directly. We

[issue13724] socket.create_connection and multiple IP addresses

2012-01-06 Thread Mads Kiilerich
New submission from Mads Kiilerich : 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 advantage (and a gotch