Re: Python 1.0 & gnu readline

Bill Janssen (janssen@parc.xerox.com)
Thu, 3 Feb 1994 15:16:50 PST

Excerpts from ext.python: 3-Feb-94 Re: Python 1.0 & gnu readline Jon
Eisenberg@u.washingt (1215*)

> Readline is really essential to using Python interactively

Now, now, it depends on your installation. All the typescript tools I
use (GNU Emacs shell, Andrew typescript and tm) have line recall and
editing built-in already, so building readline into every executable is
a real waste, and can become a positive distraction, if the two
different (or *three* different, for those who use tcsh) readline
systems interact badly. I invite you to junk xterm and move up in the
world.

Bill