Skip to content

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>
@bedevere-bot bedevere-bot added the docs Documentation in the Doc dir label Nov 24, 2021
@miss-islington
Copy link
Contributor Author

@jcrist: Status check is done, and it's a failure ❌ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@jcrist: Status check is done, and it's a failure ❌ .

@miss-islington
Copy link
Contributor Author

@jcrist: Status check is done, and it's a failure ❌ .

@miss-islington
Copy link
Contributor Author

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

@ericvsmith ericvsmith merged commit 8cabcde into python:3.10 Nov 24, 2021
@miss-islington miss-islington deleted the backport-d71c7bc-3.10 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

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants