]> granicus.if.org Git - python/commitdiff
Add missing NEWS entry for rev 51803
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 8 Sep 2006 10:04:38 +0000 (10:04 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 8 Sep 2006 10:04:38 +0000 (10:04 +0000)
Misc/NEWS

index 2c5fdb4dd26568fc53a483644e05162f0934318c..34c3e7c65011dd8f501914f6cb0293b9f0ad0618 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Core and builtins
 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.
 
 - Patch #1550886: Fix decimal module context management implementation