[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 8a59deca59)

Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-08-17 10:45:25 +02:00 committed by GitHub
parent 3ab8eafbd9
commit 2620c1543b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -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
^^^^^^^^^