M.-A. Lemburg wrote:
> Fredrik Lundh wrote:
>
>>the runtime warning you get when you use non-ascii characters in
>>python source code points the poor user to this page:
>>
>>http://www.python.org/peps/pep-0263.html
>>
>>which tells the user to add a
>>
>># -*- coding: -*-
>>
>>to the sour
Fredrik Lundh wrote:
> the runtime warning you get when you use non-ascii characters in
> python source code points the poor user to this page:
>
> http://www.python.org/peps/pep-0263.html
>
> which tells the user to add a
>
> # -*- coding: -*-
>
> to the source, and then provides a mo
the runtime warning you get when you use non-ascii characters in
python source code points the poor user to this page:
http://www.python.org/peps/pep-0263.html
which tells the user to add a
# -*- coding: -*-
to the source, and then provides a more detailed syntax description
as a RE pa