]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:11:15 +0000 (05:11 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Mar 2018 12:11:15 +0000 (05:11 -0700)
commita2665075cc2fb85129afdfd7a7f04dd70a38e582
tree4034e54c6af8e619271c2c89d3476eb2eb1607b3
parente3e8bdc5d30c8814b00e88f214cf94bf4d69a766
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