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 Trundle
Recipients Trundle, lukasz.langa, vstinner
Date 2010-11-17.11:27:32
SpamBayes Score 2.7430326e-06
Marked as misclassified No
Message-id <1289993253.81.0.783658322255.issue6745@psf.upfronthosting.co.za>
In-reply-to
Content
Note that getkey() is broken, too. I attached a simple script to demonstrate that. If you run it and enter some non-ascii input, you can see that getkey() returns an utf-8 encoded str (in my utf-8 environment at least, I haven't check if it's always utf-8 or if it depends on the locale).
History
Date User Action Args
2010-11-17 11:27:33Trundlesetrecipients: + Trundle, vstinner, lukasz.langa
2010-11-17 11:27:33Trundlesetmessageid: <1289993253.81.0.783658322255.issue6745@psf.upfronthosting.co.za>
2010-11-17 11:27:32Trundlelinkissue6745 messages
2010-11-17 11:27:32Trundlecreate