diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2006-09-08 10:04:38 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2006-09-08 10:04:38 (GMT) |
commit | b3c18f87e4de369cfe54338067c514115f24ecca (patch) | |
tree | 9394c56f882dbfb52d7b55b7ca67be3d1152a0e8 /Misc | |
parent | 2244af596a56baaab3b85028189434f0c8a1d1e8 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |