diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-11 09:46:44 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-11 09:46:44 (GMT) |
commit | 839102603cf81496b5b5c663fff6c06106db2a15 (patch) | |
tree | 49daf4fd0d14195be9083dedeea985906abdf937 /Misc | |
parent | 249ba5d02d9985060eb9d15048c73ec54285b023 (diff) | |
parent | daeddc48a469b38c2817ecd1b70ef0fba6fb6ce9 (diff) | |
download | cpython-839102603cf81496b5b5c663fff6c06106db2a15.zip cpython-839102603cf81496b5b5c663fff6c06106db2a15.tar.gz cpython-839102603cf81496b5b5c663fff6c06106db2a15.tar.bz2 |
Issue #23839: Various caches now are cleared before running every test file.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -55,6 +55,11 @@ Documentation - Issue #28513: Documented command-line interface of zipfile. +Tests +----- + +- Issue #23839: Various caches now are cleared before running every test file. + What's New in Python 3.6.0 beta 3 ================================= |