]> granicus.if.org Git - python/commit
Merged revisions 74970 via svnmerge from
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 20 Sep 2009 14:53:22 +0000 (14:53 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 20 Sep 2009 14:53:22 +0000 (14:53 +0000)
commit2efd9247549064887b0206d4a57d2abda03384e8
treeabc5516ea2c01ad39b789f03f1187a2df483bada
parentf172f31e4f1ad74e31215138e56327af118603ef
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.
........
Doc/library/readline.rst
Lib/test/test_readline.py [new file with mode: 0644]
Misc/NEWS
Modules/readline.c
setup.py