How to make command history persistent?

2005-10-18 Thread vbfoobar
Hello, My question is: Is there an easy mean to make Python command history persistent across interpreter invokations? PS: In the case the question above is not clear, I rephrase it below verbosely... When I work from the Python prompt, I enjoy features like command line editing and

Re: How to make command history persistent?

2005-10-18 Thread pclinch
If using unix, you should have readline available. See the tutotial appendix:- http://www.python.org/doc/current/tut/node15.html Regards, Paul Clinch -- http://mail.python.org/mailman/listinfo/python-list

Re: How to make command history persistent?

2005-10-18 Thread vbfoobar
Great! The indicated history save works! Thanks -- http://mail.python.org/mailman/listinfo/python-list