summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-09-20 14:53:22 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2009-09-20 14:53:22 (GMT)
commit2efd9247549064887b0206d4a57d2abda03384e8 (patch)
treeabc5516ea2c01ad39b789f03f1187a2df483bada /Misc
parentf172f31e4f1ad74e31215138e56327af118603ef (diff)
downloadcpython-2efd9247549064887b0206d4a57d2abda03384e8.zip
cpython-2efd9247549064887b0206d4a57d2abda03384e8.tar.gz
cpython-2efd9247549064887b0206d4a57d2abda03384e8.tar.bz2
Merged revisions 74970 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74970 | ronald.oussoren | 2009-09-20 16:18:15 +0200 (Sun, 20 Sep 2009) | 7 lines Issue 6877: this patch makes it possible to link the readline extension to the libedit emulation of the readline API on OSX 10.5 or later. This also adds a minimal testsuite for readline to check that the history manipuation functions have the same interface with both C libraries. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3c4c67b..528b3fd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -194,6 +194,8 @@ Library
Extension Modules
-----------------
+- Issue #6877: It is now possible to link the readline extension to the
+ libedit readline emulation on OSX 10.5 or later.
- Issue #6848: Fix curses module build failure on OS X 10.6.