commit | 62f19e4281a12a9460c8f04dc205c3a99271e8c9 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Fri Sep 08 10:01:23 2006 +0000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Fri Sep 08 10:01:23 2006 +0000 |
tree | 59a6cd2b7b4c141b35d1aab357f4b5a972be1932 | |
parent | 8de403a56a824947c95511d61b226019c1c813da [diff] [blame] |
Backport inspect.py fix from rev 51803
diff --git a/Misc/NEWS b/Misc/NEWS index f4dd226..b72e758 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -46,6 +46,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