diff options
| -rw-r--r-- | Doc/library/socket.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 185d02d..18e9b69 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -700,6 +700,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 ^^^^^^^^^ |
