[docs] [issue16666] docs wrongly imply socket.getaddrinfo takes keyword arguments in 2.x

Chris Jerdonek report at bugs.python.org
Thu Dec 13 20:26:42 CET 2012


Chris Jerdonek added the comment:

This issue only applies to 2.7.  Keyword arguments are accepted in 3.x.  See the interactive example here, for example:

http://docs.python.org/3.2/library/socket.html#socket.getaddrinfo

----------
versions:  -Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16666>
_______________________________________


More information about the docs mailing list