https://github.com/python/cpython/commit/c611e80a9b4e72c6f646fe43da11942cbff5498e
commit: c611e80a9b4e72c6f646fe43da11942cbff5498e
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: StanFromIreland <[email protected]>
date: 2026-08-11T18:15:54Z
summary:

[3.14] gh-110167: Document the increase of `test.support.LOOPBACK_TIMEOUT` to 
10 seconds (GH-155571) (#155584)

(cherry picked from commit 3444ef9d30e0d4160357ab93109407d1ed377635)

Co-authored-by: Karolina Surma <[email protected]>

files:
M Doc/library/test.rst

diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index 7404007fa287c8..e5671159baf738 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -287,7 +287,7 @@ The :mod:`!test.support` module defines the following 
constants:
    :meth:`~socket.socket.recv` and :meth:`~socket.socket.send` methods of
    :class:`socket.socket`.
 
-   Its default value is 5 seconds.
+   Its default value is 10 seconds.
 
    See also :data:`INTERNET_TIMEOUT`.
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to