Skip to content

Commit ded54c3

Browse files
authored
Remove an inaccurate note from socket.recv (GH-129733)
Remove an inaccurate note from socket.recv.
1 parent e7bc0cd commit ded54c3

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

1671-
.. note::
1672-
1673-
For best match with hardware and network realities, the value of *bufsize*
1674-
should be a relatively small power of 2, for example, 4096.
1675-
16761671
.. versionchanged:: 3.5
16771672
If the system call is interrupted and the signal handler does not raise
16781673
an exception, the method now retries the system call instead of raising

0 commit comments

Comments
 (0)