From: Nick Coghlan Date: Fri, 8 Sep 2006 10:04:38 +0000 (+0000) Subject: Add missing NEWS entry for rev 51803 X-Git-Tag: v2.6a1~2679 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3c18f87e4de369cfe54338067c514115f24ecca;p=python Add missing NEWS entry for rev 51803 --- diff --git a/Misc/NEWS b/Misc/NEWS index 2c5fdb4dd2..34c3e7c650 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