diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-29 22:30:22 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-29 22:30:22 (GMT) |
commit | 10915aa85cf264caf6e606a10f1dd204663d6d5a (patch) | |
tree | e50ecc95e5328d1ddc882f1f8e21478b688c7808 /Misc | |
parent | 07360df481adeacfc2b7a1a7f89ae9a76e86b725 (diff) | |
parent | a3a100b594982f10911f2c9db6cf954bb8ff8f20 (diff) | |
download | cpython-10915aa85cf264caf6e606a10f1dd204663d6d5a.zip cpython-10915aa85cf264caf6e606a10f1dd204663d6d5a.tar.gz cpython-10915aa85cf264caf6e606a10f1dd204663d6d5a.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')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -176,6 +176,9 @@ Build 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 #22289: Prevent test_urllib2net failures due to ftp connection timeout. |