mirror of https://github.com/python/cpython.git
[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:
parent
3ab8eafbd9
commit
2620c1543b
|
@ -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
|
||||
^^^^^^^^^
|
||||
|
|
Loading…
Reference in New Issue