]> granicus.if.org Git - python/commitdiff
Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate...
authorcocoatomo <cocoatomo77@gmail.com>
Mon, 26 Mar 2018 11:03:40 +0000 (20:03 +0900)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Mar 2018 11:03:40 +0000 (14:03 +0300)
Passing True as the `bind_and_activate` *do* immediately opening and binding to their socket.

Doc/whatsnew/2.6.rst

index 33d9f7ce43b1fd67cf0dde855117f4adca739555..ccfdbdce03e99fb94a86c6ff188c62362a378b41 100644 (file)
@@ -2611,7 +2611,7 @@ changes, or look through the Subversion logs for all the details.
 
 * The XML-RPC :class:`SimpleXMLRPCServer` and :class:`DocXMLRPCServer`
   classes can now be prevented from immediately opening and binding to
-  their socket by passing True as the ``bind_and_activate``
+  their socket by passing ``False`` as the *bind_and_activate*
   constructor parameter.  This can be used to modify the instance's
   :attr:`allow_reuse_address` attribute before calling the
   :meth:`server_bind` and :meth:`server_activate` methods to