]> granicus.if.org Git - python/commit
SF Patch #432457 by Jason Tishler: support for readline 4.2.
authorGuido van Rossum <guido@python.org>
Tue, 10 Jul 2001 16:45:32 +0000 (16:45 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Jul 2001 16:45:32 +0000 (16:45 +0000)
commit353ae5896499d0ec297cff00e3686f4cd88668c3
tree2d4bc47e3fc79a3c702b7ef6ff16101620341b4a
parentd854831ddd2adbec80f38ffb26a0f355b9c8772e
SF Patch #432457 by Jason Tishler: support for readline 4.2.

This patch allows the readline module to build cleanly with GNU
readline 4.2 without breaking the build for earlier GNU readline
versions.  The configure script checks for the presence of
rl_completion_matches in libreadline.
Modules/readline.c
acconfig.h
config.h.in
configure
configure.in