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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue1542677> _____________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com