[issue1685962] socket.getaddrinfo() should take an address tuple.

2010-07-10 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: I'm closing this out as rejected. -- resolution: -> rejected status: open -> closed ___ Python tracker ___ __

[issue1685962] socket.getaddrinfo() should take an address tuple.

2010-07-10 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: I think the original reason why getaddrinfo() has been designed to accept separate host and port args instead of a tuple is because the original C call does the same: http://www2.research.att.com/~gsf/man/man3/getaddrinfo.html Despite this apparently looks

[issue1685962] socket.getaddrinfo() should take an address tuple.

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1685962] socket.getaddrinfo() should take an address tuple.

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list ma