[issue2562] Cannot use non-ascii letters in disutils if setuptools is used.

Tarek Ziadé report at bugs.python.org
Sun Apr 20 18:27:13 CEST 2008


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

I suppose the simplest way to deal with the problem is to force utf-8
encoding for the concerned fields, since this problem will dissapear in 3k.
 
Here's a simplified patch, that does it, so write_pkg_file behaves as
expected.

Added file: http://bugs.python.org/file10065/distutils.unicode.simplified.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2562>
__________________________________


More information about the Python-bugs-list mailing list