]> granicus.if.org Git - python/commit
Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 23 Oct 2010 17:02:31 +0000 (17:02 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 23 Oct 2010 17:02:31 +0000 (17:02 +0000)
commit75d8c5cea26912dd58f27689fbe9f7679e45aeb8
treef314600d10b55375f26f58f145355458e4cc45b0
parentacd0fda1a46fa7d356c1e5de508dd33ce21e7a8f
Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error
handler to parse the Makefile file. Avoid a UnicodeDecodeError if the source
code directory name contains a non-ASCII character and the locale encoding is
ASCII.
Lib/distutils/sysconfig.py
Lib/distutils/text_file.py
Lib/sysconfig.py
Misc/NEWS