https://github.com/python/cpython/commit/8a59deca59aa9452e71bb49e909199fbb41a5de7
commit: 8a59deca59aa9452e71bb49e909199fbb41a5de7
branch: main
author: Damien <[email protected]>
committer: kumaraditya303 <[email protected]>
date: 2024-08-17T13:59:23+05:30
summary:
gh-122519: Adding socket module shutdown() constants description (#122543)
files:
M Doc/library/socket.rst
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index b1e35e68b132e2..253a120e5c0f51 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
^^^^^^^^^
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]