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

2008-01-14 Thread Santiago Gala
Santiago Gala added the comment: works in python 3ka2 (svn as of today): >>> print("á") á >>> print(b"á") SyntaxError: bytes can only contain ASCII literal characters. (, line 1) as it should, so the problem appears in 2.* only. _ Tracker <[EMAIL PROTECTED]>

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

2007-12-03 Thread Facundo Batista
Changes by Facundo Batista: -- title: IDLE shell doesn\'t accept non ascii char input -> IDLE shell doesn't accept non ascii char input _ Tracker <[EMAIL PROTECTED]> _