Skip to content

bpo-30836: fix test_c_locale_coercion on AIX#2713

Merged
ncoghlan merged 2 commits into
python:masterfrom
ncoghlan:bpo-30836-fix-locale-coercion-tests-on-aix
Jul 15, 2017
Merged

bpo-30836: fix test_c_locale_coercion on AIX#2713
ncoghlan merged 2 commits into
python:masterfrom
ncoghlan:bpo-30836-fix-locale-coercion-tests-on-aix

Conversation

@ncoghlan

Copy link
Copy Markdown
Contributor

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.

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.
@ncoghlan

Copy link
Copy Markdown
Contributor Author

I also have tests running on the custom builders: http://buildbot.python.org/all/builders/PPC64%20AIX%20custom/builds/20

@ncoghlan ncoghlan requested a review from vstinner July 15, 2017 11:59
@ncoghlan

Copy link
Copy Markdown
Contributor Author

New custom build run: http://buildbot.python.org/all/builders/PPC64%20AIX%20custom/builds/21 (I didn't have the encoding name right in the test update)

@ncoghlan ncoghlan merged commit f0b6a26 into python:master Jul 15, 2017
@ncoghlan ncoghlan deleted the bpo-30836-fix-locale-coercion-tests-on-aix branch March 30, 2018 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants