En Mon, 29 Jan 2007 10:16:32 -0300, Jan Kanis
<[EMAIL PROTECTED]> escribió:
> Hello everyone,
>
> I'm trying to change the interactive python prompt. According to the docs
> this is done by changing sys.ps1 and sys.ps2 . That works fine when
> running python interactively from a command line, bu
Hello everyone,
I'm trying to change the interactive python prompt. According to the docs
this is done by changing sys.ps1 and sys.ps2 . That works fine when
running python interactively from a command line, but when running in IDLE
the .ps1 and .ps2 don't seem to exist.
I suppose this has