Skip to content

Fix description inconsistent with its implementation#776

Merged
serhiy-storchaka merged 2 commits into
python:masterfrom
cocoatomo:patch-2
Mar 26, 2018
Merged

Fix description inconsistent with its implementation#776
serhiy-storchaka merged 2 commits into
python:masterfrom
cocoatomo:patch-2

Conversation

@cocoatomo

Copy link
Copy Markdown
Contributor

Fix wrong description about SimpleXMLRPCServer class constructor parameter bind_and_activate.
Passing True as the bind_and_activate do immediately opening and binding to thier socket.

Fix wrong description about SimpleXMLRPCServer class constructor parameter `bind_and_activate`.
Passing True as the `bind_and_activate` *do* immediately opening and binding to thier socket.

+ `SimpleXMLRPCServer constructor <https://github.com/python/cpython/blob/2.6/Lib/SimpleXMLRPCServer.py#L542>`_
+ `TCPServer constructor called from SimpleXMLRPCServer constructor <https://github.com/python/cpython/blob/2.6/Lib/SocketServer.py#L401>`_
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @cocoatomo for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 26, 2018
…nd_activate. (pythonGH-776)

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

Co-authored-by: cocoatomo <cocoatomo77@gmail.com>
@bedevere-bot

Copy link
Copy Markdown

GH-6254 is a backport of this pull request to the 3.7 branch.

@bedevere-bot

Copy link
Copy Markdown

GH-6255 is a backport of this pull request to the 2.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 26, 2018
…nd_activate. (pythonGH-776)

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

Co-authored-by: cocoatomo <cocoatomo77@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 26, 2018
…nd_activate. (pythonGH-776)

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

Co-authored-by: cocoatomo <cocoatomo77@gmail.com>
@bedevere-bot

Copy link
Copy Markdown

GH-6256 is a backport of this pull request to the 3.6 branch.

miss-islington added a commit that referenced this pull request Mar 26, 2018
…nd_activate. (GH-776)

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

Co-authored-by: cocoatomo <cocoatomo77@gmail.com>
miss-islington added a commit that referenced this pull request Mar 26, 2018
…nd_activate. (GH-776)

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

Co-authored-by: cocoatomo <cocoatomo77@gmail.com>
miss-islington added a commit that referenced this pull request Mar 26, 2018
…nd_activate. (GH-776)

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

Co-authored-by: cocoatomo <cocoatomo77@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants