[issue1688] Incorrectly displayed non ascii characters in prompt using "input()" - Python 3.0a2

Martin v. Löwis report at bugs.python.org
Sat Sep 20 12:46:41 CEST 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

Amaury, what further review of the patch do you desire? I had already
commented that I consider the patch correct, except that it might use
stdout_encoding instead.

Also, I wouldn't consider this a release blocker. It is somewhat
annoying that input produces moji-bake in certain cases (i.e. non-ASCII
characters in the prompt, and a non-UTF-8 terminal), but if the patch
wouldn't make it into 3.0, we can still fix it in 3.0.1.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1688>
_______________________________________


More information about the Python-bugs-list mailing list