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 hagen
Recipients eric.araujo, hagen, tarek
Date 2010-09-17.13:19:51
SpamBayes Score 0.030114437
Marked as misclassified No
Message-id <1284729593.16.0.252664137674.issue9887@psf.upfronthosting.co.za>
In-reply-to
Content
"LANG=C python3 setup.py build_scripts" chokes on UTF-8 encoded scripts. The problem is that "copy_scripts" uses "open" without specifying an encoding. This issue may be related to #9561.
History
Date User Action Args
2010-09-17 13:19:53hagensetrecipients: + hagen, tarek, eric.araujo
2010-09-17 13:19:53hagensetmessageid: <1284729593.16.0.252664137674.issue9887@psf.upfronthosting.co.za>
2010-09-17 13:19:51hagenlinkissue9887 messages
2010-09-17 13:19:51hagencreate