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 roger.serwy
Recipients Geraldo.Xexeo, Jim.Jewett, a, kbk, loewis, roger.serwy, serhiy.storchaka, taleinat
Date 2012-10-11.19:59:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349985579.05.0.863206430327.issue9290@psf.upfronthosting.co.za>
In-reply-to
Content
I tried the patch for 3.3 and it works for me on Linux. It correctly handles prior issues like #13532, #15318, #15319, and #7163, as well as providing good support for .read, .readline, .readlines. Each of those methods respond correctly to Ctrl+C and Ctrl+D.

On Windows 7, with 2.7.3, Ctrl+D is still needed to indicate end-of-file, instead of Ctrl+Z. This may or may not be significant, but it is related to issue14735.
History
Date User Action Args
2012-10-11 19:59:39roger.serwysetrecipients: + roger.serwy, loewis, kbk, taleinat, Geraldo.Xexeo, Jim.Jewett, serhiy.storchaka, a
2012-10-11 19:59:39roger.serwysetmessageid: <1349985579.05.0.863206430327.issue9290@psf.upfronthosting.co.za>
2012-10-11 19:59:39roger.serwylinkissue9290 messages
2012-10-11 19:59:38roger.serwycreate