Message78617
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? |
|
Date |
User |
Action |
Args |
2008-12-31 16:03:39 | vstinner | set | recipients:
+ vstinner, amaury.forgeotdarc, ggenellina |
2008-12-31 16:03:39 | vstinner | set | messageid: <1230739419.74.0.3255474215.issue4747@psf.upfronthosting.co.za> |
2008-12-31 16:03:39 | vstinner | link | issue4747 messages |
2008-12-31 16:03:38 | vstinner | create | |
|