summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-11-11 09:46:44 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-11-11 09:46:44 (GMT)
commit839102603cf81496b5b5c663fff6c06106db2a15 (patch)
tree49daf4fd0d14195be9083dedeea985906abdf937 /Misc
parent249ba5d02d9985060eb9d15048c73ec54285b023 (diff)
parentdaeddc48a469b38c2817ecd1b70ef0fba6fb6ce9 (diff)
downloadcpython-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4e6ee55..15f5725 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
=================================