commit | f6cbdcbf69597fd2467d7c6e8279e20ad9b494a8 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Fri Jul 09 13:25:56 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Fri Jul 09 13:25:56 2010 +0000 |
tree | 1035e68517b8fd94aed4bb8eee341081b272190d | |
parent | 306d88fc761560ced3765107d07c503c48637336 [diff] [blame] |
Add missing NEWS entry for 7646.
diff --git a/Misc/NEWS b/Misc/NEWS index 8856d77..86e295e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -16,6 +16,8 @@ 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__.