mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove an inaccurate note from socket.recv
(GH-129733)
Remove an inaccurate note from socket.recv.
This commit is contained in:
parent
e7bc0cd182
commit
ded54c3baa
1 changed files with 0 additions and 5 deletions
|
@ -1668,11 +1668,6 @@ to sockets.
|
||||||
See the Unix manual page :manpage:`recv(2)` for the meaning of the optional argument
|
See the Unix manual page :manpage:`recv(2)` for the meaning of the optional argument
|
||||||
*flags*; it defaults to zero.
|
*flags*; it defaults to zero.
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
For best match with hardware and network realities, the value of *bufsize*
|
|
||||||
should be a relatively small power of 2, for example, 4096.
|
|
||||||
|
|
||||||
.. versionchanged:: 3.5
|
.. versionchanged:: 3.5
|
||||||
If the system call is interrupted and the signal handler does not raise
|
If the system call is interrupted and the signal handler does not raise
|
||||||
an exception, the method now retries the system call instead of raising
|
an exception, the method now retries the system call instead of raising
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue