Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 7926516ff95ed9c8345ed4c4c4910f44ffbd5949 https://github.com/python/cpython/commit/7926516ff95ed9c8345ed4c4c4910f44ffbd5949 Author: Nick Coghlan <ncoghlan at gmail.com> Date: 2017年06月15日 (2017年6月15日) Changed paths: M Lib/test/test_c_locale_coercion.py Log Message: ----------- bpo-28180: Standard stream & FS encoding differ on Mac OS X (GH-2208) 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.