[Python-Dev] oh, and any interest in my readline history stuff?

Barry A. Warsaw bwarsaw@beopen.com
Wed, 5 Jul 2000 23:47:50 -0400 (EDT)


>>>>> "SM" == Skip Montanaro <skip@mojam.com> writes:

    SM> Along the same lines, I have some pretty simple mods to
    SM> readline.c and rlcompleter.py that use atexit to automatically
    SM> save the current history to the file identified by the
    SM> PYTHONHISTORY environment variable.  (If unset, no history
    SM> read/write is done).  If we aren't in feature freeze, I'd like
    SM> to check it in.

+1

And +10000...000 if you can make it properly record multi-line input.

-Barry