Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e312da commit cdc878eCopy full SHA for cdc878e
1 file changed
Doc/library/socket.rst
@@ -1071,9 +1071,7 @@ correspond to Unix system calls applicable to sockets.
1071
Shut down one or both halves of the connection. If *how* is :const:`SHUT_RD`,
1072
further receives are disallowed. If *how* is :const:`SHUT_WR`, further sends
1073
are disallowed. If *how* is :const:`SHUT_RDWR`, further sends and receives are
1074
- disallowed. Depending on the platform, shutting down one half of the connection
1075
- can also close the opposite half (e.g. on Mac OS X, ``shutdown(SHUT_WR)`` does
1076
- not allow further reads on the other end of the connection).
+ disallowed.
1077
1078
Note that there are no methods :meth:`read` or :meth:`write`; use
1079
:meth:`~socket.recv` and :meth:`~socket.send` without *flags* argument instead.
0 commit comments