Branch: refs/heads/buildbot-custom Home: https://github.com/python/cpython Commit: a6395bba02aa7121ecfe7024931f7e11f6400e07 https://github.com/python/cpython/commit/a6395bba02aa7121ecfe7024931f7e11f6400e07 Author: Nick Coghlan <ncoghlan at gmail.com> Date: 2017年06月13日 (2017年6月13日) Changed paths: M Lib/test/test_c_locale_coercion.py Log Message: ----------- PEP 538: assume UTF-8 for Mac OS X tests Commit: e43b8eff1b07858baf53bc38d3ad1c6066094080 https://github.com/python/cpython/commit/e43b8eff1b07858baf53bc38d3ad1c6066094080 Author: Nick Coghlan <ncoghlan at gmail.com> Date: 2017年06月13日 (2017年6月13日) Changed paths: M Lib/test/test_c_locale_coercion.py Log Message: ----------- bpo-28180: Further PEP 538 test case fixes - clarify it's the default FS encoding we're checking - don't skip the whole module when no target locales are available - skip the explicit LANG=UTF-8 behaviour for now Compare: https://github.com/python/cpython/compare/a6395bba02aa^...e43b8eff1b07