summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2019-10-30 11:41:43 (GMT)
committerGitHub <noreply@github.com>2019-10-30 11:41:43 (GMT)
commit24c6258269acd842914450f55491690ba87dded9 (patch)
tree2276de8de900c3463a3e0823f92562f83b0f07c5 /Misc/NEWS.d
parent865c3b257fe38154a4320c7ee6afb416f665b9c2 (diff)
downloadcpython-24c6258269acd842914450f55491690ba87dded9.zip
cpython-24c6258269acd842914450f55491690ba87dded9.tar.gz
cpython-24c6258269acd842914450f55491690ba87dded9.tar.bz2
bpo-38614: Add timeout constants to test.support (GH-16964)
Add timeout constants to test.support: * LOOPBACK_TIMEOUT * INTERNET_TIMEOUT * SHORT_TIMEOUT * LONG_TIMEOUT
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Tests/2019-10-28-15-56-02.bpo-38614.aDdDYE.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-10-28-15-56-02.bpo-38614.aDdDYE.rst b/Misc/NEWS.d/next/Tests/2019-10-28-15-56-02.bpo-38614.aDdDYE.rst
new file mode 100644
index 0000000..42ff853
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2019-10-28-15-56-02.bpo-38614.aDdDYE.rst
@@ -0,0 +1,4 @@
+Add timeout constants to :mod:`test.support`:
+:data:`~test.support.LOOPBACK_TIMEOUT`,
+:data:`~test.support.INTERNET_TIMEOUT`, :data:`~test.support.SHORT_TIMEOUT`
+and :data:`~test.support.LONG_TIMEOUT`.