• Nick Coghlan's avatar
    bpo-28180: Standard stream & FS encoding differ on Mac OS X (GH-2208) · 7926516f
    Nick Coghlan authored
    In the C locale on Mac OS X, the default filesystem encoding
    used for operating system interfaces is UTF-8, but the
    default encoding used on the standard streams is still ASCII.
    
    Setting the POSIX locale also behaves differently from setting
    other locales on Mac OS X, so skip that in the test suite for now.
    7926516f
test_c_locale_coercion.py 12.1 KB