]> granicus.if.org Git - python/commit
bpo-30836: fix test_c_locale_coercion on AIX (GH-2713)
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 15 Jul 2017 12:51:05 +0000 (22:51 +1000)
committerGitHub <noreply@github.com>
Sat, 15 Jul 2017 12:51:05 +0000 (22:51 +1000)
commitf0b6a261bb8cbede42296e0cc70956fb3b9a6cf7
tree5171cccac1e9f910978e905f86e47b8a67ed4c3b
parent286e1c15ceb28a76d8ef4fe7111718317c9ccaf5
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.
Lib/test/test_c_locale_coercion.py