Marc-Andre Lemburg added the comment:

On 17.06.2014 15:00, Jan Varho wrote:
> 
> New submission from Jan Varho:
> 
> When trying to run a file with non-ASCII symbols without declaring an 
> encoding, python 2.7 gives the following error:
> 
>   File "foo.py", line 2
> SyntaxError: Non-ASCII character '\xc3' in file fo.py on line 2, but no 
> encoding declared; see http://www.python.org/peps/pep-0263.html for details
> 
> That link is broken, however. The attached patch fixes the link.

Are you sure ? The links works for me.

BTW: This is more a case for a python.org bug report than one
for Python itself.

----------
nosy: +lemburg

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21789>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to