[issue17253] stdin.readline behaviour different between IDLE and the console

2013-02-20 Thread Jason R Briggs
Jason R Briggs added the comment: Note, that change I quoted would be in idlelib/PyShell.py -- ___ Python tracker <http://bugs.python.org/issue17253> ___ ___ Pytho

[issue17253] stdin.readline behaviour different between IDLE and the console

2013-02-20 Thread Jason R Briggs
New submission from Jason R Briggs: The sys.stdin.readline function takes a limit parameter, which limits the number of characters read. If you try using that parameter in IDLE, you get the following error: Traceback (most recent call last): File "", line 1, in sys.stdin.r