Skip to content

bpo-33921: Clarify how to bind to all interfaces using socket #7877

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 28, 2018
Merged

bpo-33921: Clarify how to bind to all interfaces using socket #7877

merged 3 commits into from
Jul 28, 2018

Conversation

johnthagen
Copy link
Contributor

@johnthagen johnthagen commented Jun 23, 2018

@the-knights-who-say-ni
Copy link

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

When your account is ready, please add a comment in this pull request
and a Python core developer will remove the CLA not signed label
to make the bot check again.

Thanks again for your contribution, we look forward to reviewing it!

@johnthagen
Copy link
Contributor Author

Updated b.p.o account to associate GitHub username.

@@ -69,6 +69,13 @@ created. Socket addresses are represented as follows:
where *host* is a string representing either a hostname in Internet domain
notation like ``'daring.cwi.nl'`` or an IPv4 address like ``'100.50.200.5'``,
and *port* is an integer.

- For IPv4 addresses, two special forms are accepted instead of a host
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You've got trailing whitespace on some of these lines, aside from that the content looks good.

@ammaraskar
Copy link
Member

Still one line left with trailing whitespace: https://travis-ci.org/python/cpython/jobs/395902432#L544

fyi, you can catch these locally before pushing by running make patchcheck https://devguide.python.org/pullrequest/#patchcheck

@johnthagen
Copy link
Contributor Author

@ammaraskar Thanks for the heads up. Been editing in the browser for this for simplicity, but I'll note that for next time if it's a more substantial PR.

Copy link
Member

@ammaraskar ammaraskar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, can be marked with skip news since its a minor doc change.

@johnthagen
Copy link
Contributor Author

@ned-deily Are you available to review?

@miss-islington
Copy link
Contributor

Thanks @johnthagen for the PR, and @tiran for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 28, 2018
…GH-7877)

Clarify how to bind to all interfaces using socket
(cherry picked from commit 95dfb9c)

Co-authored-by: johnthagen <[email protected]>
@bedevere-bot
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 28, 2018
…GH-7877)

Clarify how to bind to all interfaces using socket
(cherry picked from commit 95dfb9c)

Co-authored-by: johnthagen <[email protected]>
@bedevere-bot
Copy link

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

miss-islington added a commit that referenced this pull request Jul 28, 2018
Clarify how to bind to all interfaces using socket
(cherry picked from commit 95dfb9c)

Co-authored-by: johnthagen <[email protected]>
miss-islington added a commit that referenced this pull request Jul 28, 2018
Clarify how to bind to all interfaces using socket
(cherry picked from commit 95dfb9c)

Co-authored-by: johnthagen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants