New submission from Hagen Fürstenau <hfuerste...@gmx.net>:

"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.

----------
assignee: tarek
components: Distutils
messages: 116660
nosy: eric.araujo, hagen, tarek
priority: normal
severity: normal
status: open
title: distutil's build_scripts doesn't read utf-8 in all locales
versions: Python 3.1

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9887>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to