Merged revisions 83667 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83667 | mark.dickinson | 2010-08-03 17:08:16 +0100 (Tue, 03 Aug 2010) | 2 lines
Issue #9450: Fix memory leaks in readline.remove/replace_history_entry.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 47d37f1..d00d091 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -133,6 +133,9 @@
Extension Modules
-----------------
+- Issue #9450: Fix memory leak in readline.replace_history_item and
+ readline.remove_history_item for readline version >= 5.0.
+
- Issue #8105: Validate file descriptor passed to mmap.mmap on Windows.
- Issue #1019882: Fix IndexError when loading certain hotshot stats.