https://github.com/python/cpython/commit/4e37cb5b854abfd50b53b9cb1d98da1472551961
commit: 4e37cb5b854abfd50b53b9cb1d98da1472551961
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: StanFromIreland <[email protected]>
date: 2026-08-11T18:14:52Z
summary:

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

(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 ace77c1ea5b878..c5f32101f5c08d 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -263,7 +263,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