diff options
author | Steve Dower <steve.dower@python.org> | 2022-06-21 17:27:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 17:27:21 (GMT) |
commit | 5a08e0fda4b3691332ebb845d36405e15ab45134 (patch) | |
tree | 52d9c0f1f6983b1308f144f2ccac1d1552340c69 /Doc/library/socket.rst | |
parent | 0efe3a1636c143fe0694a8e4d25d6eae19e0d618 (diff) | |
download | cpython-5a08e0fda4b3691332ebb845d36405e15ab45134.zip cpython-5a08e0fda4b3691332ebb845d36405e15ab45134.tar.gz cpython-5a08e0fda4b3691332ebb845d36405e15ab45134.tar.bz2 |
gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has been removed from Windows (GH-94069)
Fixes #94068
Automerge-Triggered-By: GH:zware
Diffstat (limited to 'Doc/library/socket.rst')
-rw-r--r-- | Doc/library/socket.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index c732e7b..49ea62f 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -616,7 +616,6 @@ Constants HV_PROTOCOL_RAW HVSOCKET_CONNECT_TIMEOUT HVSOCKET_CONNECT_TIMEOUT_MAX - HVSOCKET_CONTAINER_PASSTHRU HVSOCKET_CONNECTED_SUSPEND HVSOCKET_ADDRESS_FLAG_PASSTHRU HV_GUID_ZERO |