[issue15319] IDLE - readline, isatty, and input broken

2012-07-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Sorry, I missed the morning's discussion. -- title: IDLE - sys.stdin, sys.stdout, etc are broken -> IDLE - readline, isatty, and input broken ___ Python tracker ___

[issue15319] IDLE - readline, isatty, and input broken

2012-07-10 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue15319] IDLE - readline, isatty, and input broken

2012-07-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 42424c1f605c by Martin v. Löwis in branch '2.7': Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. http://hg.python.org/cpython/rev/42424c1f605c -- ___ Python tracker

[issue15319] IDLE - readline, isatty, and input broken

2012-07-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset b90482742ee0 by Martin v. Löwis in branch '3.2': Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. http://hg.python.org/cpython/rev/b90482742ee0 -- nosy: +python-dev ___ Python track

[issue15319] IDLE - readline, isatty, and input broken

2012-07-10 Thread Martin v . Löwis
Martin v. Löwis added the comment: I think the issue is grossly underspecified. The title of the issue is "sys.stdin is broken" which says nothing about the way in which it is broken. Taking Roger's literal description, and his msg165191, the complaint is that input() no longer works, as does