James Hutchison <[email protected]> added the comment:
I would like to add in windows, "input" now adds a \r at the end which wasn't
in 3.1. It doesn't do it in idle. This is using just the regular console window
that opens up when you double click. I'm guessing this is related to the issue
I saw earlier:
code:
from time import sleep
item = input("Input something\n");
print("%s %i" % (item, len(item)));
sleep(15);
in Idle:
Input something
something
something 9
in console window:
Input something
something
10ething
ouch
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue11990>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com