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 ntrunk
Recipients
Date 2005-05-30.22:36:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I work with python 2.4 on Win2000 Sp4.
I wrote a simple game with 2 modules, importing one into 
the other. In the imported module I wrote in the first line 
the coding: iso-8859-15. Starting the script from the first 
module the parser shows 'invalid syntax'. By inserting *1* 
space in a comment line the script works fine!
I reduced my scripts to the minimal lines, wich will 
reproduce the bug. (Actually the parser tells me, that the 
syntax error is in line 75 :-)
Changing the coding to iso-8859-1 will making the bug 
dissapear.
History
Date User Action Args
2007-08-23 14:32:08adminlinkissue1211639 messages
2007-08-23 14:32:08admincreate