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 r.david.murray
Recipients Tomoki.Imai, ezio.melotti, ned.deily, pradyunsg, r.david.murray, roger.serwy, terry.reedy
Date 2013-04-22.05:32:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366608759.11.0.924707781455.issue17348@psf.upfronthosting.co.za>
In-reply-to
Content
For those of us without fancy input methods, I was able to see the same problem using a simple non-ascii letter (an accented a: á.  You will note that my stdin encoding ought to be utf-8, so I'm not sure why it fails (but I didn't check that).  Removing the lines in question makes it work, but as Martin says in the referenced issue I won't be surprised if that breaks working with a file that has a non-utf8 coding cookie.

If Martin sees no way to make it work in Python2 it makes it pretty unlikely we'll find a fix :(.
History
Date User Action Args
2013-04-22 05:32:39r.david.murraysetrecipients: + r.david.murray, terry.reedy, ned.deily, ezio.melotti, roger.serwy, pradyunsg, Tomoki.Imai
2013-04-22 05:32:39r.david.murraysetmessageid: <1366608759.11.0.924707781455.issue17348@psf.upfronthosting.co.za>
2013-04-22 05:32:39r.david.murraylinkissue17348 messages
2013-04-22 05:32:38r.david.murraycreate