]> granicus.if.org Git - python/commit
Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.
authorNed Deily <nad@acm.org>
Fri, 14 Jun 2013 22:19:11 +0000 (15:19 -0700)
committerNed Deily <nad@acm.org>
Fri, 14 Jun 2013 22:19:11 +0000 (15:19 -0700)
commit7bff3cbe3de7bc96575396ad3fd7bfc6058eaa94
tree946c2fb6a2f593ece017c84bc8adf9cd3f1214d2
parent3fe35e65034de82c45e2d8fe1ebe4a2929c68453
Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.
Patch by Mark Levitt
Doc/library/filecmp.rst
Lib/filecmp.py
Lib/test/test_filecmp.py
Misc/ACKS
Misc/NEWS