summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_readline.py
Commit message (Collapse)AuthorAgeFilesLines
* Skip readline tests if readline module is not available.Mark Dickinson2009-10-261-2/+3
|
* Issue 6877: this patch makes it possible to link the readline extensionRonald Oussoren2009-09-201-0/+42
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.