]> granicus.if.org Git - python/commit
Fix 'refleak' introduced by fnmatch cache purge tests.
authorR. David Murray <rdmurray@bitdance.com>
Sat, 10 Jul 2010 13:52:13 +0000 (13:52 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 10 Jul 2010 13:52:13 +0000 (13:52 +0000)
commit0425a8ea729617a74ab343909687d98216d25524
tree40bf391a27838e4c86970262d485e834b36d50b1
parenta85148352773929e11324f3786ebe5a78f372d94
Fix 'refleak' introduced by fnmatch cache purge tests.

This introduces a 'purge' function for the fnmatch module analogous
to the 'purge' function in the re module.
Doc/library/fnmatch.rst
Lib/fnmatch.py
Lib/test/test_fnmatch.py