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