https://github.com/python/cpython/commit/3444ef9d30e0d4160357ab93109407d1ed377635
commit: 3444ef9d30e0d4160357ab93109407d1ed377635
branch: main
author: Karolina Surma <[email protected]>
committer: StanFromIreland <[email protected]>
date: 2026-08-11T19:07:59+01:00
summary:

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

files:
M Doc/library/test.rst

diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index f3b5383658b5ac..72ffc2a0b760ea 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