summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-06-14 22:33:21 (GMT)
committerBrett Cannon <brett@python.org>2013-06-14 22:33:21 (GMT)
commit8c18da20f979cf428414a038bfaee46283e12fa2 (patch)
treef58a84e784555673c6e7b813846e5fc40ea2c27b /Misc/NEWS
parent33915eba7c8293eab4962345fbbb1e5d193295ed (diff)
parent7bff3cbe3de7bc96575396ad3fd7bfc6058eaa94 (diff)
downloadcpython-8c18da20f979cf428414a038bfaee46283e12fa2.zip
cpython-8c18da20f979cf428414a038bfaee46283e12fa2.tar.gz
cpython-8c18da20f979cf428414a038bfaee46283e12fa2.tar.bz2
merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fb1fedf..a1b63b0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -123,6 +123,9 @@ Core and Builtins
Library
-------
+- Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.
+ Patch by Mark Levitt
+
- Issue #18193: Add importlib.reload().
- Issue #18157: Stop using imp.load_module() in pydoc.