commit | b3c18f87e4de369cfe54338067c514115f24ecca | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Fri Sep 08 10:04:38 2006 +0000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Fri Sep 08 10:04:38 2006 +0000 |
tree | 9394c56f882dbfb52d7b55b7ca67be3d1152a0e8 | |
parent | 2244af596a56baaab3b85028189434f0c8a1d1e8 [diff] [blame] |
Add missing NEWS entry for rev 51803
diff --git a/Misc/NEWS b/Misc/NEWS index 2c5fdb4..34c3e7c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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