Martin v. Löwis <mar...@v.loewis.de> added the comment:

The error message told you exactly what the problem is. Your source file does 
not conform to PEP 263. The PEP also explains why this applies to comments as 
well: because the entire file gets decoded according to the source encoding, 
and parsing (including determining what comments are) only starts afterwards.

Closing the report as invalid.

----------
nosy: +loewis
resolution:  -> invalid
status: open -> closed

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

Reply via email to