Re: how to save python interpreter's command history

2006-04-26 Thread Patrick Bothe
If you're using an operating system supporting the readline utility try: http://www.python.org/doc/current/tut/node15.html I am using a slightly modified version of the given example. The last time I checked the size of my history file it had 4k+ entries. Regards, Patrick -- 2 does no

how to save python interpreter's command history

2006-04-25 Thread Sakcee
this has been a problem for me for some time. I want to save the interpretters command history to a file, there is a history file in my user directory .pyhistory but it saves only like 500 or so how can I make it save all the commands and not delete it, any other suggestions that people use is w