diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index b1e35e68b13..253a120e5c0 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -704,6 +704,13 @@ Constants .. versionadded:: 3.12 +.. data:: SHUT_RD + SHUT_WR + SHUT_RDWR + + These constants are used by the :meth:`~socket.socket.shutdown` method of socket objects. + + .. availability:: not WASI. Functions ^^^^^^^^^