commit | c0a2f2b0084460dc94e473ca0d641029fa7aa448 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Mar 30 01:27:44 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Mar 30 01:27:44 2015 +0300 |
tree | aa796c32555aa3d9f7290a1fad60ce6b59cae111 | |
parent | 53ea1620673e033c3f6dc5ddc4555f8d73f5e76e [diff] [blame] |
Issue #22390: test.regrtest now emits a warning if temporary files or directories are left after running a test.
diff --git a/Misc/NEWS b/Misc/NEWS index 4d65d9a..9c3cd3d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -182,6 +182,9 @@ 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. - Issue #23392: Added tests for marshal C API that works with FILE*.