]> granicus.if.org Git - python/commit
Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Mar 2018 12:09:23 +0000 (05:09 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Mar 2018 12:09:23 +0000 (05:09 -0700)
commit7aef29779f7da8a390506494a58f597ba4667d35
tree5609f7d6b074ffd3939ed9fef3dbd55265a692b7
parentdaf06e08dafe61f085623a1f3ebe10fb27354cde
Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate. (GH-776)

Passing True as the `bind_and_activate` *do* immediately opening and binding to their socket.
(cherry picked from commit e6223579c87b93f3e60d28796f521587d88091d4)

Co-authored-by: cocoatomo <cocoatomo77@gmail.com>
Doc/whatsnew/2.6.rst