[issue13525] Tutorial: Example of Source Code Encoding triggers error

Serhiy Storchaka report at bugs.python.org
Wed May 9 03:13:07 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Error message was fixed. In all supported versions it is:

$ ./python cp_1252broken.py
  File "cp_1252broken.py", line 1
SyntaxError: encoding problem: cp-1252

But the tutorial still contains non-working example. This is an easy issue, but it was open for long time.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue13525>
_______________________________________


More information about the Python-bugs-list mailing list