Add missing NEWS entry for rev 51803

This commit is contained in:
Nick Coghlan 2006-09-08 10:04:38 +00:00
parent 2244af596a
commit b3c18f87e4
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ Core and builtins
Library Library
------- -------
- Patch #1553314: Fix the inspect.py slowdown that was hurting IPython & SAGE
by adding smarter caching in inspect.getmodule()
- Fix missing import of the types module in logging.config. - Fix missing import of the types module in logging.config.
- Patch #1550886: Fix decimal module context management implementation - Patch #1550886: Fix decimal module context management implementation