Skip to content

Commit

Permalink
pythongh-122519: Adding socket module shutdown() constants description (
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien-Chen authored Aug 17, 2024
1 parent 19be0ee commit 8a59dec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Doc/library/socket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^
Expand Down

0 comments on commit 8a59dec

Please sign in to comment.