summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorDavid CARLIER <devnexen@gmail.com>2022-04-27 12:47:17 (GMT)
committerGitHub <noreply@github.com>2022-04-27 12:47:17 (GMT)
commitad9f817eeb2d2d36834e7bad2264ad0c0de1d1c4 (patch)
tree3014284a0af709d1eb26ef2782c1128b53910ed5 /Doc
parentb733708ca32afb5742d921f0b2cad39f4741af50 (diff)
downloadcpython-ad9f817eeb2d2d36834e7bad2264ad0c0de1d1c4.zip
cpython-ad9f817eeb2d2d36834e7bad2264ad0c0de1d1c4.tar.gz
cpython-ad9f817eeb2d2d36834e7bad2264ad0c0de1d1c4.tar.bz2
gh-91498: socket: Add TCP_CONNECTION_INFO on macOS (#69256)
Fixes GH-91498
Diffstat (limited to 'Doc')
-rwxr-xr-xDoc/library/socket.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index cff5a32..3b1912c 100755
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -388,6 +388,10 @@ Constants
Added ``TCP_KEEPALIVE``. On MacOS this constant can be used in the same
way that ``TCP_KEEPIDLE`` is used on Linux.
+ .. versionchanged:: 3.11
+ Added ``TCP_CONNECTION_INFO``. On MacOS this constant can be used in the
+ same way that ``TCP_INFO`` is used on Linux and BSD.
+
.. data:: AF_CAN
PF_CAN
SOL_CAN_*