[issue20497] Unclear word in socket document.

2014-02-15 Thread A.M. Kuchling
A.M. Kuchling added the comment: That line of documentation was introduced in changeset ca2a859e9bf6, which was issue #8866. Previously the parameters to getaddrinfo() were positional, so you had to supply all 5 of them. -- nosy: +akuchling ___ Pyt

[issue20497] Unclear word in socket document.

2014-02-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3352b5abe1e4 by Andrew Kuchling in branch '3.3': Clarify versionchanged sentence. Closes #20497. http://hg.python.org/cpython/rev/3352b5abe1e4 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed

[issue20497] Unclear word in socket document.

2014-02-15 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +giampaolo.rodola versions: -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue20497] Unclear word in socket document.

2014-02-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: 'Single' that argument passing has changed, but I would have to know what it was previously (3.1) to know what the change is. Perhaps you can review the 3.1 signature and suggest a better wording for the change note. -- nosy: +terry.reedy

[issue20497] Unclear word in socket document.

2014-02-02 Thread INADA Naoki
New submission from INADA Naoki: http://docs.python.org/3.3/library/socket.html#socket.getaddrinfo > Changed in version 3.2: parameters can now be passed as single keyword > arguments. What *single* means? I can use multiple keyword arguments: In [3]: socket.getaddrinfo('www.python.org', 80,