diff options
author | Brett Cannon <brett@python.org> | 2013-06-14 22:33:21 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2013-06-14 22:33:21 (GMT) |
commit | 8c18da20f979cf428414a038bfaee46283e12fa2 (patch) | |
tree | f58a84e784555673c6e7b813846e5fc40ea2c27b /Misc/NEWS | |
parent | 33915eba7c8293eab4962345fbbb1e5d193295ed (diff) | |
parent | 7bff3cbe3de7bc96575396ad3fd7bfc6058eaa94 (diff) | |
download | cpython-8c18da20f979cf428414a038bfaee46283e12fa2.zip cpython-8c18da20f979cf428414a038bfaee46283e12fa2.tar.gz cpython-8c18da20f979cf428414a038bfaee46283e12fa2.tar.bz2 |
merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |