[Python-checkins] cpython (3.3): Clarify versionchanged sentence. Closes #20497.

andrew.kuchling python-checkins at python.org
Sat Feb 15 22:39:48 CET 2014


http://hg.python.org/cpython/rev/3352b5abe1e4
changeset:   89207:3352b5abe1e4
branch:      3.3
parent:      89205:1c93895c32d8
user:        Andrew Kuchling <amk at amk.ca>
date:        Sat Feb 15 16:39:37 2014 -0500
summary:
  Clarify versionchanged sentence.  Closes #20497.

files:
  Doc/library/socket.rst |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -434,7 +434,7 @@
        (10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]
 
    .. versionchanged:: 3.2
-      parameters can now be passed as single keyword arguments.
+      parameters can now be passed using keyword arguments.
 
 .. function:: getfqdn([name])
 
@@ -1437,4 +1437,3 @@
    details of socket semantics.  For Unix, refer to the manual pages; for Windows,
    see the WinSock (or Winsock 2) specification.  For IPv6-ready APIs, readers may
    want to refer to :rfc:`3493` titled Basic Socket Interface Extensions for IPv6.
-

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list