]> granicus.if.org Git - python/commit
Patch 659834 by Magnus Lie Hetland:
authorGuido van Rossum <guido@python.org>
Mon, 30 Dec 2002 16:25:41 +0000 (16:25 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 30 Dec 2002 16:25:41 +0000 (16:25 +0000)
commitfaf5e4d48f9d8cb78a35e71c560dda8d1d2d7115
treea89a21dd868d8025845cb9bd92f984b37f9bf58a
parent1fb22bb24fd395a12a225b2418ea8d22d5b37610
Patch 659834 by Magnus Lie Hetland:

Check for readline 2.2 features.  This should make it possible to
compile readline.c again with GNU readline versions 2.0 or 2.1; this
ability was removed in readline.c rev. 2.49.  Apparently the older
versions are still in widespread deployment on older Solaris
installations.  With an older readline, completion behavior is subtly
different (a space is always added).
Modules/readline.c
configure
configure.in
pyconfig.h.in