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 terry.reedy
Recipients amaury.forgeotdarc, pitrou, r.david.murray, r_mosaic, terry.reedy, vstinner
Date 2011-06-18.04:44:16
SpamBayes Score 2.164194e-08
Marked as misclassified No
Message-id <1308372256.86.0.12504490092.issue12337@psf.upfronthosting.co.za>
In-reply-to
Content
That, like Antoine, I also could not reproduce, even in 3.2.0, when running under IDLE. However, with regular command line Python:
Python 3.2 (r32:88445, Feb 20 2011, 21:29:02) [MSC v.1500 32 bit (Intel)]
>>> import sys
>>> sys.stdin.readline()
a
'a\r\n'
so there really was a bug. If fixed in 3.2.1, this issue could be closed.
History
Date User Action Args
2011-06-18 04:44:17terry.reedysetrecipients: + terry.reedy, amaury.forgeotdarc, pitrou, vstinner, r_mosaic, r.david.murray
2011-06-18 04:44:16terry.reedysetmessageid: <1308372256.86.0.12504490092.issue12337@psf.upfronthosting.co.za>
2011-06-18 04:44:16terry.reedylinkissue12337 messages
2011-06-18 04:44:16terry.reedycreate