Skip to content

Commit de93805

Browse files
[3.12] Remove an inaccurate note from socket.recv (GH-129733) (#129735)
Remove an inaccurate note from `socket.recv` (GH-129733) Remove an inaccurate note from socket.recv. (cherry picked from commit ded54c3) Co-authored-by: Gregory P. Smith <[email protected]>
1 parent 3dc5bce commit de93805

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Doc/library/socket.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,11 +1646,6 @@ to sockets.
16461646
See the Unix manual page :manpage:`recv(2)` for the meaning of the optional argument
16471647
*flags*; it defaults to zero.
16481648

1649-
.. note::
1650-
1651-
For best match with hardware and network realities, the value of *bufsize*
1652-
should be a relatively small power of 2, for example, 4096.
1653-
16541649
.. versionchanged:: 3.5
16551650
If the system call is interrupted and the signal handler does not raise
16561651
an exception, the method now retries the system call instead of raising

0 commit comments

Comments
 (0)