mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
gh-122519: Adding socket module shutdown() constants description (#122543)
This commit is contained in:
parent
19be0ee931
commit
8a59deca59
1 changed files with 7 additions and 0 deletions
|
|
@ -704,6 +704,13 @@ Constants
|
||||||
|
|
||||||
.. versionadded:: 3.12
|
.. 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
|
Functions
|
||||||
^^^^^^^^^
|
^^^^^^^^^
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue