Branch: refs/heads/buildbot-custom Home: https://github.com/python/cpython Commit: 5f7d23a325b521bfb41d27825f0ff1e83b3eb050 https://github.com/python/cpython/commit/5f7d23a325b521bfb41d27825f0ff1e83b3eb050 Author: Nick Coghlan <ncoghlan at gmail.com> Date: 2017年07月15日 (2017年7月15日) Changed paths: M Lib/test/test_c_locale_coercion.py Log Message: ----------- bpo-30836: fix test_c_locale_coercion on AIX AIX uses latin-1 in the C locale, not ASCII AIX doesn't currently provide any of the locale coercion locales, but we leave locale coercion enabled in case one gets added in the future.