Skip to content
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

[3.8] bpo-45693: Document port parameter to loop.create_server (GH-29760) #29764

Closed

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 24, 2021

Document the port parameter to loop.create_server in asyncio. In
particular, note that if host resolves to multiple network interfaces,
passing in port=0 will result in a different random unused port being
used for each interface.

Automerge-Triggered-By: GH:ericvsmith
(cherry picked from commit d71c7bc)

Co-authored-by: Jim Crist-Harif jcristharif@gmail.com

https://bugs.python.org/issue45693

Automerge-Triggered-By: GH:ericvsmith

…H-29760)

Document the `port` parameter to `loop.create_server` in `asyncio`. In
particular, note that if `host` resolves to multiple network interfaces,
passing in `port=0` will result in a different random unused port being
used for each interface.

Automerge-Triggered-By: GH:ericvsmith
(cherry picked from commit d71c7bc)

Co-authored-by: Jim Crist-Harif <jcristharif@gmail.com>
@miss-islington
Copy link
Contributor Author

@jcrist: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@jcrist: Status check is done, and it's a success ✅ .

@ericvsmith
Copy link
Member

Closing because 3.8 is not accepting changes.

@ericvsmith ericvsmith closed this Nov 24, 2021
@miss-islington miss-islington deleted the backport-d71c7bc-3.8 branch November 24, 2021 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants