This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Keita Kita, berker.peksag, eryksun, martin.panter, pitrou, python-dev, serhiy.storchaka, taleinat
Date 2015-10-10.02:10:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151010021033.97718.93467@psf.io>
In-reply-to
Content
New changeset 425d81d10b13 by Martin Panter in branch '3.4':
Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun
https://hg.python.org/cpython/rev/425d81d10b13

New changeset e97d940a6543 by Martin Panter in branch '3.5':
Issue #24402: Merge input() fix from 3.4 into 3.5
https://hg.python.org/cpython/rev/e97d940a6543

New changeset bcc0f8eb6797 by Martin Panter in branch 'default':
Issue #24402: Merge input() fix from 3.5
https://hg.python.org/cpython/rev/bcc0f8eb6797
History
Date User Action Args
2015-10-10 02:10:37python-devsetrecipients: + python-dev, pitrou, taleinat, berker.peksag, martin.panter, serhiy.storchaka, eryksun, Keita Kita
2015-10-10 02:10:37python-devlinkissue24402 messages
2015-10-10 02:10:36python-devcreate