8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ad382 commit e622357Copy full SHA for e622357
Doc/whatsnew/2.6.rst
@@ -2611,7 +2611,7 @@ changes, or look through the Subversion logs for all the details.
2611
2612
* The XML-RPC :class:`SimpleXMLRPCServer` and :class:`DocXMLRPCServer`
2613
classes can now be prevented from immediately opening and binding to
2614
- their socket by passing True as the ``bind_and_activate``
+ their socket by passing ``False`` as the *bind_and_activate*
2615
constructor parameter. This can be used to modify the instance's
2616
:attr:`allow_reuse_address` attribute before calling the
2617
:meth:`server_bind` and :meth:`server_activate` methods to
0 commit comments