diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-29 22:28:02 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-29 22:28:02 (GMT) |
commit | a3a100b594982f10911f2c9db6cf954bb8ff8f20 (patch) | |
tree | a88e30b82d9b9e8821ac5e0d21a5a7c42bf027f7 /Misc/NEWS | |
parent | d90f8d10e088657593fa753ecacab95845d378aa (diff) | |
download | cpython-a3a100b594982f10911f2c9db6cf954bb8ff8f20.zip cpython-a3a100b594982f10911f2c9db6cf954bb8ff8f20.tar.gz cpython-a3a100b594982f10911f2c9db6cf954bb8ff8f20.tar.bz2 |
Issue #22390: test.regrtest now emits a warning if temporary files or
directories are left after running a test.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -130,6 +130,9 @@ Library Tests ----- +- Issue #22390: test.regrtest now emits a warning if temporary files or + directories are left after running a test. + - Issue #23583: Added tests for standard IO streams in IDLE. Build |