From f6cbdcbf69597fd2467d7c6e8279e20ad9b494a8 Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Fri, 9 Jul 2010 13:25:56 +0000 Subject: [PATCH] Add missing NEWS entry for 7646. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 8856d77a9c..86e295ef59 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__. -- 2.50.1