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 skrah
Recipients asvetlov, ezio.melotti, gklein, jcea, jkloth, python-dev, serhiy.storchaka, skrah, tim.golden, turncc, vinay.sajip, vstinner
Date 2012-11-02.19:33:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351884806.68.0.290706229713.issue16218@psf.upfronthosting.co.za>
In-reply-to
Content
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]
History
Date User Action Args
2012-11-02 19:33:26skrahsetrecipients: + skrah, vinay.sajip, jcea, vstinner, tim.golden, jkloth, ezio.melotti, asvetlov, gklein, python-dev, serhiy.storchaka, turncc
2012-11-02 19:33:26skrahsetmessageid: <1351884806.68.0.290706229713.issue16218@psf.upfronthosting.co.za>
2012-11-02 19:33:26skrahlinkissue16218 messages
2012-11-02 19:33:26skrahcreate