raw_input(), STRANGE behaviour

Terry Reedy tjreedy at udel.edu
Sat Jan 26 22:14:34 EST 2008


I believe a workaround to the bug of raw_input sending the prompt to stderr 
is
print 'prompt:',
a = raw_input()

Not nice, but possibly better that waiting for a corrected binary.
 






More information about the Python-list mailing list