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.
........
diff --git a/Misc/ACKS b/Misc/ACKS
index ec0ba19..9478a53 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -144,6 +144,7 @@
David Cinege
Mike Clarkson
Brad Clements
+Andrew Clegg
Steve Clift
Nick Coghlan
Josh Cogliati