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 vstinner
Recipients Trundle, lukasz.langa, petri.lehtinen, vstinner
Date 2012-06-04.23:37:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338853059.34.0.937320159164.issue6745@psf.upfronthosting.co.za>
In-reply-to
Content
The issue #12567 fixed this one:

- umlaut3x.py now works in Python 3.3 with an encoding different than UTF-8: Python automatically detects (and uses) the locale encoding
- getkey_sample.py can be patched to handle Unicode correctly using get_wch() instead of getkey()
History
Date User Action Args
2012-06-04 23:37:39vstinnersetrecipients: + vstinner, Trundle, lukasz.langa, petri.lehtinen
2012-06-04 23:37:39vstinnersetmessageid: <1338853059.34.0.937320159164.issue6745@psf.upfronthosting.co.za>
2012-06-04 23:37:38vstinnerlinkissue6745 messages
2012-06-04 23:37:38vstinnercreate