Message 78617 - Python tracker
Message78617
| 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: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 | |