[issue6011] python doesn't build if prefix contains non-ascii characters

STINNER Victor report at bugs.python.org
Sat Sep 11 01:32:17 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

New patch:
 - add encoding option to TextFile constructor
 - parse_makefile() uses the heuristic from text_file.diff

Note: sys.getfilesystemencoding() is always set in Python 3.2 (but it may be None in Python 2.x and Python < 3.2).

----------
Added file: http://bugs.python.org/file18840/distutils_makefile_encoding.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6011>
_______________________________________


More information about the Python-bugs-list mailing list