diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-11 09:42:47 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-11 09:42:47 (GMT) |
commit | daeddc48a469b38c2817ecd1b70ef0fba6fb6ce9 (patch) | |
tree | 00dadca92bf04e135418edbfd88600400e4fd2e3 /Misc/NEWS | |
parent | dad179075ac026debf32c457df0f6ecd27787d30 (diff) | |
download | cpython-daeddc48a469b38c2817ecd1b70ef0fba6fb6ce9.zip cpython-daeddc48a469b38c2817ecd1b70ef0fba6fb6ce9.tar.gz cpython-daeddc48a469b38c2817ecd1b70ef0fba6fb6ce9.tar.bz2 |
Issue #23839: Various caches now are cleared before running every test file.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -501,6 +501,8 @@ Documentation Tests ----- +- Issue #23839: Various caches now are cleared before running every test file. + - Issue #28409: regrtest: fix the parser of command line arguments. - Issue #27787: Call gc.collect() before checking each test for "dangling |