[Python-Dev] Pasting interpreter prompts

Ka-Ping Yee ping@lfw.org
Mon, 17 Apr 2000 17:07:47 -0500 (CDT)


On Mon, 17 Apr 2000, Skip Montanaro wrote:
> 
> First time I encountered this and complained about it Guido responded with 
> 
>     import sys
>     sys.ps1 = sys.ps2 = ""
>  
> Crude, but effective...

Yeah, i tried that, but it's suboptimal (no feedback), not the
default behaviour, and certainly non-obvious to the beginner.


-- ?!ng