Branch: refs/heads/master Home: https://github.com/python/cpython Commit: f0b6a261bb8cbede42296e0cc70956fb3b9a6cf7 https://github.com/python/cpython/commit/f0b6a261bb8cbede42296e0cc70956fb3b9a6cf7 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 (GH-2713) AIX uses iso8859-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.