bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) · python/cpython@d71c7bc · GitHub
Skip to content

Commit d71c7bc

Browse files
authored
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
1 parent 256f9c4 commit d71c7bc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/library/asyncio-eventloop.rst

Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)