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 arigo
Recipients arigo
Date 2016-12-06.11:59:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481025580.55.0.516723271661.issue28884@psf.upfronthosting.co.za>
In-reply-to
Content
(B10) Follow-up on issue #25388: running ``python x.py`` if x.py contains
  the following bytes...

  * ``b"#\xfd\n"`` => we get a SyntaxError: Non-UTF-8 code
  * ``b"# coding: utf-8\n#\xfd\n"`` => we get no error!
History
Date User Action Args
2016-12-06 11:59:40arigosetrecipients: + arigo
2016-12-06 11:59:40arigosetmessageid: <1481025580.55.0.516723271661.issue28884@psf.upfronthosting.co.za>
2016-12-06 11:59:40arigolinkissue28884 messages
2016-12-06 11:59:40arigocreate