Giampaolo Rodola' <g.rod...@gmail.com> added the comment:

Updated patch in attachment includes tests and doc update.

I decided to rename "socktype" argument in "type", since that's the name 
adopted all across the socket module API:

socket.socket([family[, type[, proto]]])
socket.socket.type
socket.socketpair([family[, type[, proto]]])
socket.fromfd(fd, family, type[, proto])

This is safe and doesn't introduce any incompatibility.

----------
Added file: http://bugs.python.org/file18528/getaddrinfo.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8866>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to