]> granicus.if.org Git - python/commit
When reading from stdin (with the dialog box) use any partial line on
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 26 May 2001 20:01:41 +0000 (20:01 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 26 May 2001 20:01:41 +0000 (20:01 +0000)
commitdac238bd46e95d1736cd6bee11df850a508f433b
treea3053005a91145a59c1f44dc0d27ef9eebdd7495
parent1af03e98d9ab87b4e9aa76caafba0dbc52cfd750
When reading from stdin (with the dialog box) use any partial line on
stdout as the prompt. This makes raw_input() and print "xxx", ; sys.stdin.readline() work a bit more palatable.
Mac/Tools/IDE/PyConsole.py