summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-03-31 16:10:13 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-03-31 16:10:13 (GMT)
commit0cc8d59069c1f8404ffbf2e235ea1c2c41d9969b (patch)
treecb57fdbcbce4d02ffcfbc42d14ad97bcad99412b /Misc
parent4b739881227b902c78599c887ba4cb3414820d1a (diff)
downloadcpython-0cc8d59069c1f8404ffbf2e235ea1c2c41d9969b.zip
cpython-0cc8d59069c1f8404ffbf2e235ea1c2c41d9969b.tar.gz
cpython-0cc8d59069c1f8404ffbf2e235ea1c2c41d9969b.tar.bz2
Issue #11727: add --timeout option to regrtest (disabled by default).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e9f0a59..985e359 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -361,6 +361,8 @@ Extensions
Tests
-----
+- Issue #11727: add --timeout option to regrtest (disabled by default).
+
- Issue #11653: fix -W with -j in regrtest.
- The email test suite now lives in the Lib/test/test_email package. The test