summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-10-09 07:11:19 +0200
committerÉric Araujo <merwok@netwok.org>2011-10-09 07:11:19 +0200
commit017e535bde6e869928e4fbb0249b12721340a46e (patch)
treedcca8b93ee9c3b8ca41563cf624050b0bed9edbf /Python
parentece7079b54d9a6700558210339df02e4586f698c (diff)
downloadcpython-git-017e535bde6e869928e4fbb0249b12721340a46e.tar.gz
Fix distutils’ check and register Unicode handling (#13114).
The check command was fixed by Kirill Kuzminykh. The register command was using StringIO.getvalue, which uses “''.join” and thus coerces to str using the default encoding (ASCII), so I changed the code to use one extra intermediary list and correctly encode to UTF-8.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions