Message174560
Serhiy, your original example from msg173373 still fails on
FreeBSD:
$ name=$(printf "\xff")
$ echo "print('Hello, world')" >$name
$ ./python $name
UnicodeEncodeError: 'ascii' codec can't encode character '\xff' in position 0: ordinal not in range(128)
[41257 refs] |
|
Date |
User |
Action |
Args |
2012-11-02 19:33:26 | skrah | set | recipients:
+ skrah, vinay.sajip, jcea, vstinner, tim.golden, jkloth, ezio.melotti, asvetlov, gklein, python-dev, serhiy.storchaka, turncc |
2012-11-02 19:33:26 | skrah | set | messageid: <1351884806.68.0.290706229713.issue16218@psf.upfronthosting.co.za> |
2012-11-02 19:33:26 | skrah | link | issue16218 messages |
2012-11-02 19:33:26 | skrah | create | |
|