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 martin.panter
Recipients Daniel.Gonzalez, bhuvan, eric.araujo, ezio.melotti, ggenellina, jaraco, martin.panter, mdomingues, taleinat
Date 2016-01-19.03:13:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453173196.06.0.315522504507.issue1927@psf.upfronthosting.co.za>
In-reply-to
Content
Tal: thanks for testing.

This v3 patch changes the interactive interpreter to pass stderr as the sys_stdout parameter. This means we should maintain compatibility with the interpreter prompt going to stderr, but still fix input().
History
Date User Action Args
2016-01-19 03:13:16martin.pantersetrecipients: + martin.panter, jaraco, ggenellina, taleinat, ezio.melotti, eric.araujo, mdomingues, Daniel.Gonzalez, bhuvan
2016-01-19 03:13:16martin.pantersetmessageid: <1453173196.06.0.315522504507.issue1927@psf.upfronthosting.co.za>
2016-01-19 03:13:15martin.panterlinkissue1927 messages
2016-01-19 03:13:15martin.pantercreate