[issue1667] license() does not process keyboard input correctly

Joseph Armbruster report at bugs.python.org
Thu Dec 20 19:11:09 CET 2007


Joseph Armbruster added the comment:

Here's the results, i'll look into it briefly.

>>> import sys
>>> x = input()
Hi:
>>> len(x)
3
>>> x = sys.stdin.readline()
Hi:
>>> len(x)
4

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1667>
__________________________________


More information about the Python-bugs-list mailing list