From: R. David Murray Date: Fri, 9 Jul 2010 13:25:56 +0000 (+0000) Subject: Add missing NEWS entry for 7646. X-Git-Tag: v2.7.1rc1~625 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6cbdcbf69597fd2467d7c6e8279e20ad9b494a8;p=thirdparty%2FPython%2Fcpython.git Add missing NEWS entry for 7646. --- diff --git a/Misc/NEWS b/Misc/NEWS index 8856d77a9c49..86e295ef5966 100644 --- 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__.