summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-11-24 20:40:09 (GMT)
committerGitHub <noreply@github.com>2021-11-24 20:40:09 (GMT)
commit151c9bf649a049f52df388a8f2390988949abf59 (patch)
tree1b1b0579dc9bd20af465e98c0a5be471ef5ea08b /Python/pythonrun.c
parent455ed45d7c30c5f2a31c524b015c48ac85f3d27c (diff)
downloadcpython-151c9bf649a049f52df388a8f2390988949abf59.zip
cpython-151c9bf649a049f52df388a8f2390988949abf59.tar.gz
cpython-151c9bf649a049f52df388a8f2390988949abf59.tar.bz2
bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-29763)
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 d71c7bc7339eb82de493c66ebbbfa1cad250ac78) Co-authored-by: Jim Crist-Harif <jcristharif@gmail.com> Co-authored-by: Jim Crist-Harif <jcristharif@gmail.com>
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions