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.
This commit is contained in:
Ronald Oussoren 2009-09-20 14:18:15 +00:00
parent 956f4b2520
commit 9f20d9d0ee
5 changed files with 135 additions and 10 deletions

View file

@ -1335,6 +1335,9 @@ C-API
Extension Modules
-----------------
- Issue #6877: Make it possible to link the readline extension to libedit
on OSX.
- Issue #6944: Fix a SystemError when socket.getnameinfo() was called
with something other than a tuple as first argument.