summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2006-09-08 10:04:38 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2006-09-08 10:04:38 (GMT)
commitb3c18f87e4de369cfe54338067c514115f24ecca (patch)
tree9394c56f882dbfb52d7b55b7ca67be3d1152a0e8 /Misc
parent2244af596a56baaab3b85028189434f0c8a1d1e8 (diff)
downloadcpython-b3c18f87e4de369cfe54338067c514115f24ecca.zip
cpython-b3c18f87e4de369cfe54338067c514115f24ecca.tar.gz
cpython-b3c18f87e4de369cfe54338067c514115f24ecca.tar.bz2
Add missing NEWS entry for rev 51803
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2c5fdb4..34c3e7c 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