summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-04-01 10:06:18 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-04-01 10:06:18 (GMT)
commitc05e260ecb822431cf5bdcd02b7cb0f4cfc88f6b (patch)
treefb71efc4179189df04b94d4f0e7d628b2cee62b0 /Misc
parenta7726624239367a72f5117700e675d5915a40714 (diff)
parent263dcd20a374d540c8f0bc07332f1657adf6da83 (diff)
downloadcpython-c05e260ecb822431cf5bdcd02b7cb0f4cfc88f6b.zip
cpython-c05e260ecb822431cf5bdcd02b7cb0f4cfc88f6b.tar.gz
cpython-c05e260ecb822431cf5bdcd02b7cb0f4cfc88f6b.tar.bz2
Issue #23799: Added test.support.start_threads() for running and cleaning up
multiple threads.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 76b7ef7..6b63fdc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -230,6 +230,9 @@ Build
Tests
-----
+- Issue #23799: Added test.support.start_threads() for running and
+ cleaning up multiple threads.
+
- Issue #22390: test.regrtest now emits a warning if temporary files or
directories are left after running a test.