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 serhiy.storchaka
Recipients barry, brett.cannon, ezio.melotti, serhiy.storchaka, vstinner
Date 2012-10-16.19:05:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201210162205.20630.storchaka@gmail.com>
In-reply-to <1350410210.71.0.865976430938.issue13572@psf.upfronthosting.co.za>
Content
Here are three patches. I think one of them (or any) should fix the issue. The 
question is what solution returns more suitable result for non-ascii key 
names.
Files
File name Uploaded
curses_getkey_latin1.patch serhiy.storchaka, 2012-10-16.19:05:38
curses_getkey_locale.patch serhiy.storchaka, 2012-10-16.19:05:38
curses_getkey_utf8_surrogateescape.patch serhiy.storchaka, 2012-10-16.19:05:38
History
Date User Action Args
2012-10-16 19:05:39serhiy.storchakasetrecipients: + serhiy.storchaka, barry, brett.cannon, vstinner, ezio.melotti
2012-10-16 19:05:39serhiy.storchakalinkissue13572 messages
2012-10-16 19:05:38serhiy.storchakacreate