Add missing NEWS entry for 7646.

This commit is contained in:
R. David Murray 2010-07-09 13:25:56 +00:00
parent 306d88fc76
commit f6cbdcbf69
1 changed files with 2 additions and 0 deletions

View File

@ -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__.