https://github.com/python/cpython/commit/5fc96517be148f3a2b5c2b5b84fcaf6906d41198
commit: 5fc96517be148f3a2b5c2b5b84fcaf6906d41198
branch: 3.15
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2026-08-12T15:36:21+03:00
summary:

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

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 54839166e912493..8c47ba3de0ef69b 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -285,7 +285,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