summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-29 22:28:02 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-29 22:28:02 (GMT)
commita3a100b594982f10911f2c9db6cf954bb8ff8f20 (patch)
treea88e30b82d9b9e8821ac5e0d21a5a7c42bf027f7 /Misc/NEWS
parentd90f8d10e088657593fa753ecacab95845d378aa (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 48d1801..b80cbe2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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