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

Skip Montanaro skip@mojam.com (Skip Montanaro)
Wed, 5 Jul 2000 18:18:51 -0500 (CDT)


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

Skip