]> granicus.if.org Git - python/commit
Merged revisions 82769 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sat, 10 Jul 2010 14:11:51 +0000 (14:11 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 10 Jul 2010 14:11:51 +0000 (14:11 +0000)
commitfd47cdceb2372b2434e87ea82c3278b1a22f0611
treee7ee9c6e77c14f5f6728ab75c5cfbd18201dc6e4
parentbda5f2b3d9e794193b63fd90aa9e35c67e763717
Merged revisions 82769 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint

................
  r82769 | r.david.murray | 2010-07-10 10:06:51 -0400 (Sat, 10 Jul 2010) | 15 lines

  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 2.x
  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