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 eric.araujo
Recipients BreamoreBoy, eric.araujo, ezio.melotti, ggenellina
Date 2012-02-23.04:22:35
SpamBayes Score 0.00082382147
Marked as misclassified No
Message-id <1329970956.66.0.809951096433.issue1927@psf.upfronthosting.co.za>
In-reply-to
Content
From reading the code for raw_input in 2.7 or input in 3.3 (Python/bltinmodule.c:1573), it looks to me that stdout is used, which would mean this issue is fixed.  However I browsed the file history and could not find the commit that changed this, and my C skills are limited, so I’m adding Ezio to nosy to have another pair of eyes confirm.
History
Date User Action Args
2012-02-23 04:22:36eric.araujosetrecipients: + eric.araujo, ggenellina, ezio.melotti, BreamoreBoy
2012-02-23 04:22:36eric.araujosetmessageid: <1329970956.66.0.809951096433.issue1927@psf.upfronthosting.co.za>
2012-02-23 04:22:36eric.araujolinkissue1927 messages
2012-02-23 04:22:35eric.araujocreate