summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-08-03 16:18:39 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-08-03 16:18:39 (GMT)
commit4ee9853028429563d72c214ad1a2cda27ace6625 (patch)
treef92ae32ba77cd20d25914b492bde622399d84d30 /Misc/NEWS
parent5ebb3beb9b62555e96c1bfdc96609819c68e3ae0 (diff)
downloadcpython-4ee9853028429563d72c214ad1a2cda27ace6625.zip
cpython-4ee9853028429563d72c214ad1a2cda27ace6625.tar.gz
cpython-4ee9853028429563d72c214ad1a2cda27ace6625.tar.bz2
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. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 47d37f1..d00d091 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -133,6 +133,9 @@ Library
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.