https://github.com/python/cpython/commit/2620c1543b68dc2e341946d89ceb4c5658466285
commit: 2620c1543b68dc2e341946d89ceb4c5658466285
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: kumaraditya303 <[email protected]>
date: 2024-08-17T08:45:25Z
summary:

[3.13] gh-122519: Adding socket module shutdown() constants description 
(GH-122543) (#123093)

gh-122519: Adding socket module shutdown() constants description (GH-122543)
(cherry picked from commit 8a59deca59aa9452e71bb49e909199fbb41a5de7)

Co-authored-by: Damien <[email protected]>

files:
M Doc/library/socket.rst

diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index 185d02d2ef0e14..18e9b69d70e372 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
 ^^^^^^^^^

_______________________________________________
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]

Reply via email to