diff options
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 |
commit | 017e535bde6e869928e4fbb0249b12721340a46e (patch) | |
tree | dcca8b93ee9c3b8ca41563cf624050b0bed9edbf /Python | |
parent | ece7079b54d9a6700558210339df02e4586f698c (diff) | |
download | cpython-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