]> granicus.if.org Git - python/commitdiff
Add missing NEWS entry for 7646.
authorR. David Murray <rdmurray@bitdance.com>
Fri, 9 Jul 2010 13:25:56 +0000 (13:25 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Fri, 9 Jul 2010 13:25:56 +0000 (13:25 +0000)
Misc/NEWS

index 8856d77a9c49ea0fba8db062d0ed9b37a43bdff4..86e295ef5966a76d42a6447613c30242c594c0dc 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,8 @@ Core and Builtins
 Library
 -------
 
+- Issue #7646: The fnmatch pattern cache no longer grows without bound.
+
 - Issue #9136: Fix 'dictionary changed size during iteration'
   RuntimeError produced when profiling the decimal module.  This was
   due to a dangerous iteration over 'locals()' in Context.__init__.