diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-11-24 20:39:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 20:39:51 (GMT) |
commit | 8cabcde8d66bfd8abc98b862c93c66946f8514a1 (patch) | |
tree | 1b31f0f38b6c13f2a57357642768222b42da93ac /Modules/_ssl.c | |
parent | ae065f83625f3abcf75d928f405e05582fc035b4 (diff) | |
download | cpython-8cabcde8d66bfd8abc98b862c93c66946f8514a1.zip cpython-8cabcde8d66bfd8abc98b862c93c66946f8514a1.tar.gz cpython-8cabcde8d66bfd8abc98b862c93c66946f8514a1.tar.bz2 |
bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-29762)
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 'Modules/_ssl.c')
0 files changed, 0 insertions, 0 deletions