Re: An editable buffer for the Python shell (similar to '\e' on sql prompts)

2005-08-05 Thread Robert Kern
Steve wrote: > Hi, > When working in the python command shell, I often end up writing more > than 10+ lines of indented code before making a stupid typo. This got > irritating enough for me to do something about it. So, here's an > 'InteractiveConsole with an editable buffer'. > > http://aspn.acti

An editable buffer for the Python shell (similar to '\e' on sql prompts)

2005-08-05 Thread Steve
Hi, When working in the python command shell, I often end up writing more than 10+ lines of indented code before making a stupid typo. This got irritating enough for me to do something about it. So, here's an 'InteractiveConsole with an editable buffer'. http://aspn.activestate.com/ASPN/Cookbook/P