• Éric Araujo's avatar
    Fix distutils’ check and register Unicode handling (#13114). · 7558986e
    Éric Araujo authored
    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.
    7558986e
check.py 5.24 KB