[issue1495] Unicode in a comment.

2007-11-24 Thread Facundo Batista
Facundo Batista added the comment: This is the way it's supposed to work, read the PEP. -- nosy: +facundobatista resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> _

[issue1495] Unicode in a comment.

2007-11-24 Thread Magnus Valle
New submission from Magnus Valle: My script reports this problem: """ $ python bug.py File "bug.py", line 4 SyntaxError: Non-ASCII character '\xc2' in file bug.py on line 4, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details """ This error looks fine and all,