Skip to content

Commit 0f7e6d7

Browse files
[3.13] Remove an inaccurate note from socket.recv (GH-129733) (#129734)
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 aaf0581 commit 0f7e6d7

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
@@ -1651,11 +1651,6 @@ to sockets.
16511651
See the Unix manual page :manpage:`recv(2)` for the meaning of the optional argument
16521652
*flags*; it defaults to zero.
16531653

1654-
.. note::
1655-
1656-
For best match with hardware and network realities, the value of *bufsize*
1657-
should be a relatively small power of 2, for example, 4096.
1658-
16591654
.. versionchanged:: 3.5
16601655
If the system call is interrupted and the signal handler does not raise
16611656
an exception, the method now retries the system call instead of raising

0 commit comments

Comments
 (0)