Re: Another easy pair of questions

2007-05-08 Thread HMS Surprise
> Press the cursor-up key. > > Martin Should have mentioned that I tried that hunting around earlier and it did not work. jh -- http://mail.python.org/mailman/listinfo/python-list

Re: Another easy pair of questions

2007-05-08 Thread kyosohma
On May 8, 4:12 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > In a python Tk shell in Windows, what is the equivalent of unix's pwd? > > os.getcwd() > > > In a python Tk shell in Windows, is there an easy way to reoeat an > > earlier command, similar to Tcl/Tk's hist? > > Press the cursor-up

Re: Another easy pair of questions

2007-05-08 Thread Martin v. Löwis
> In a python Tk shell in Windows, what is the equivalent of unix's pwd? os.getcwd() > In a python Tk shell in Windows, is there an easy way to reoeat an > earlier command, similar to Tcl/Tk's hist? Press the cursor-up key. Martin -- http://mail.python.org/mailman/listinfo/python-list