[issue1542677] IDLE shell doesn't accept non ascii char input

Santiago Gala report at bugs.python.org
Tue Jan 15 02:56:47 CET 2008


Santiago Gala added the comment:

works in python 3ka2 (svn as of today):

>>> print("á")
á
>>> print(b"á")
SyntaxError: bytes can only contain ASCII literal characters.
(<pyshell#5>, line 1)

as it should, so the problem appears in 2.* only.

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1542677>
_____________________________________


More information about the Python-bugs-list mailing list