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 vstinner
Recipients amaury.forgeotdarc, ggenellina, vstinner
Date 2008-12-31.16:03:38
SpamBayes Score 0.0002621868
Marked as misclassified No
Message-id <1230739419.74.0.3255474215.issue4747@psf.upfronthosting.co.za>
In-reply-to
Content
I'm unable to reproduce the problem on Linux. I wrote a 
script /home/haypo/ééé/ééé.py:
---------------
#!/home/haypo/prog/SVN/py3k/python
# -*- coding: ascii -*-
print("a")
---------------

The script runs fine:
$ ./ééé.py
a
$ /home/haypo/prog/SVN/py3k/python ééé.py
a

Is the problem specific to Windows?
History
Date User Action Args
2008-12-31 16:03:39vstinnersetrecipients: + vstinner, amaury.forgeotdarc, ggenellina
2008-12-31 16:03:39vstinnersetmessageid: <1230739419.74.0.3255474215.issue4747@psf.upfronthosting.co.za>
2008-12-31 16:03:39vstinnerlinkissue4747 messages
2008-12-31 16:03:38vstinnercreate