[issue20058] IDLE's shell returns a multiple-line string to input() or readline() when multiple lines of text are pasted by the user

2013-12-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- assignee: - serhiy.storchaka ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20058 ___ ___

[issue20058] IDLE's shell returns a multiple-line string to input() or readline() when multiple lines of text are pasted by the user

2013-12-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 526dcd51e425 by Serhiy Storchaka in branch '2.7': Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. http://hg.python.org/cpython/rev/526dcd51e425 New changeset 8f75d8ddc95b by Serhiy Storchaka in branch '3.3': Issue

[issue20058] IDLE's shell returns a multiple-line string to input() or readline() when multiple lines of text are pasted by the user

2013-12-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2a4c083f8f6b by Serhiy Storchaka in branch 'default': Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. http://hg.python.org/cpython/rev/2a4c083f8f6b -- ___ Python tracker

[issue20058] IDLE's shell returns a multiple-line string to input() or readline() when multiple lines of text are pasted by the user

2013-12-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Fixed. Thank you Steven for your report. -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20058

[issue20058] IDLE's shell returns a multiple-line string to input() or readline() when multiple lines of text are pasted by the user

2013-12-23 Thread Steven Barker
New submission from Steven Barker: Pasting multiple lines of input and then pressing Enter when IDLE is waiting to read a single line (such as when input() or sys.stdin.readline() have been called) will result is a multi-line string being given as the input, rather than a single line. This

[issue20058] IDLE's shell returns a multiple-line string to input() or readline() when multiple lines of text are pasted by the user

2013-12-23 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- nosy: +kbk, roger.serwy, serhiy.storchaka, terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20058 ___

[issue20058] IDLE's shell returns a multiple-line string to input() or readline() when multiple lines of text are pasted by the user

2013-12-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is simple patch. -- keywords: +patch stage: - patch review Added file: http://bugs.python.org/file33259/idle_readline.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20058