diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-01 10:06:18 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-01 10:06:18 (GMT) |
commit | c05e260ecb822431cf5bdcd02b7cb0f4cfc88f6b (patch) | |
tree | fb71efc4179189df04b94d4f0e7d628b2cee62b0 /Misc | |
parent | a7726624239367a72f5117700e675d5915a40714 (diff) | |
parent | 263dcd20a374d540c8f0bc07332f1657adf6da83 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |