SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

bpo-45693: Document `port` parameter to `loop.create_server` (GH-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
J
Jim Crist-Harif committed
d71c7bc7339eb82de493c66ebbbfa1cad250ac78
Parent: 256f9c4
Committed by GitHub <noreply@github.com> on 11/24/2021, 7:43:57 PM