[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 ded54c3baa)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
This commit is contained in:
Miss Islington (bot) 2025-02-06 18:45:28 +01:00 committed by GitHub
parent aaf0581d2a
commit 0f7e6d78ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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