From b3c18f87e4de369cfe54338067c514115f24ecca Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Fri, 8 Sep 2006 10:04:38 +0000 Subject: [PATCH] Add missing NEWS entry for rev 51803 --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 2c5fdb4dd26..34c3e7c6501 100644 --- 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