This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients docs@python, eric.araujo, ezio.melotti, nicolasg, serhiy.storchaka
Date 2018-05-09.07:13:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525849987.34.0.682650639539.issue13525@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-05-09 07:13:07serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, eric.araujo, nicolasg, docs@python
2018-05-09 07:13:07serhiy.storchakasetmessageid: <1525849987.34.0.682650639539.issue13525@psf.upfronthosting.co.za>
2018-05-09 07:13:07serhiy.storchakalinkissue13525 messages
2018-05-09 07:13:07serhiy.storchakacreate