]> granicus.if.org Git - python/commit
Merged revisions 82766 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sat, 10 Jul 2010 14:00:10 +0000 (14:00 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 10 Jul 2010 14:00:10 +0000 (14:00 +0000)
commitca126a02ea71aa55de59c12bdd99ec2f7cb6d89d
tree6a2dbe74dc781649a98f34231f4f38444ce3fa38
parentee3396901c0045632a36df676efc2d85e95d5f06
Merged revisions 82766 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

Since 'purge' is an API change, modified it to be _purge for 3.1
and deleted the doc update.

........
  r82766 | r.david.murray | 2010-07-10 09:52:13 -0400 (Sat, 10 Jul 2010) | 5 lines

  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.
........
Lib/fnmatch.py
Lib/test/test_fnmatch.py