mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
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:
parent
956f4b2520
commit
9f20d9d0ee
5 changed files with 135 additions and 10 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue