[Python-checkins] gh-89415: Mention new `IP_*` constants in `socket` module in the docs (#105266)

gpshead webhook-mailer at python.org
Sat Jun 3 11:28:36 EDT 2023


https://github.com/python/cpython/commit/eaff9c39aa1a70d401521847cc35bec883ae9772
commit: eaff9c39aa1a70d401521847cc35bec883ae9772
branch: main
author: Nikita Sobolev <mail at sobolevn.me>
committer: gpshead <greg at krypto.org>
date: 2023-06-03T08:28:29-07:00
summary:

gh-89415: Mention new `IP_*` constants in `socket` module in the docs (#105266)

files:
M Doc/library/socket.rst

diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index 13a82cf82d59..21453b404782 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -436,7 +436,8 @@ Constants
       ``TCP_FASTOPEN_CONNECT``, ``TCP_ULP``, ``TCP_MD5SIG_EXT``,
       ``TCP_FASTOPEN_KEY``, ``TCP_FASTOPEN_NO_COOKIE``,
       ``TCP_ZEROCOPY_RECEIVE``, ``TCP_INQ``, ``TCP_TX_DELAY``.
-      Added ``IP_PKTINFO``.
+      Added ``IP_PKTINFO``, ``IP_UNBLOCK_SOURCE``, ``IP_BLOCK_SOURCE``,
+      ``IP_ADD_SOURCE_MEMBERSHIP``, ``IP_DROP_SOURCE_MEMBERSHIP``.
 
 .. data:: AF_CAN
           PF_CAN



More information about the Python-checkins mailing list