commit | abd4553fd46c7385537508f420e83c1793db3cad | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Fri Jul 09 13:16:00 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Fri Jul 09 13:16:00 2010 +0000 |
tree | 8da7ee2e3a7cac811e6baa89e06ceba276b5051c | |
parent | 0e6771fd30c7025a09be9e1964ff3b9f9e9d60ec [diff] |
Merged revisions 82730 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k 'merge' in the sense that this is the same fix by the same author. ........ r82730 | r.david.murray | 2010-07-09 08:23:21 -0400 (Fri, 09 Jul 2010) | 4 lines 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries. Patch by Andrew Clegg. ........