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

Guido van Rossum guido@beopen.com
Wed, 05 Jul 2000 19:44:15 -0500


> 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.

To ease review of the patch, why don't you upload it?

Does the patch also load the history at start time?  That would be
useful...

--Guido van Rossum (home page: http://dinsdale.python.org/~guido/)