[Python-checkins] r51827 - python/trunk/Misc/NEWS

nick.coghlan python-checkins at python.org
Fri Sep 8 12:04:39 CEST 2006


Author: nick.coghlan
Date: Fri Sep  8 12:04:38 2006
New Revision: 51827

Modified:
   python/trunk/Misc/NEWS
Log:
Add missing NEWS entry for rev 51803

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Fri Sep  8 12:04:38 2006
@@ -40,6 +40,9 @@
 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


More information about the Python-checkins mailing list