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 loewis
Recipients georg.brandl, jimjjewett, loewis
Date 2008-06-02.05:14:30
SpamBayes Score 0.12824073
Marked as misclassified No
Message-id <1212383676.91.0.189286823813.issue3025@psf.upfronthosting.co.za>
In-reply-to
Content
Whether or not that works in 3k depends on your console's encoding; your
program works just fine for me in Linux, with a UTF-8 console.

Python 2.5 was not using a "system page" (whatever that is); it was
sending the bytes to the terminal as-is, which then could interpret them
according to whatever encoding it choses to. Again, on a UTF-8 terminal,
sending individual bytes above 128 is meaningless, so the console had to
deal with it somehow.

I fail to see a Python problem in this report, so I'm closing it as
"works for me".
History
Date User Action Args
2008-06-02 05:14:38loewissetspambayes_score: 0.128241 -> 0.12824073
recipients: + loewis, georg.brandl, jimjjewett
2008-06-02 05:14:37loewissetspambayes_score: 0.128241 -> 0.128241
messageid: <1212383676.91.0.189286823813.issue3025@psf.upfronthosting.co.za>
2008-06-02 05:14:35loewislinkissue3025 messages
2008-06-02 05:14:33loewiscreate