This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients ncoghlan, vstinner
Date 2017-07-03.14:21:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499091662.62.0.96884824383.issue30836@psf.upfronthosting.co.za>
In-reply-to
Content
This should be a fairly straightforward test-only fix: updating the start of https://github.com/python/cpython/blob/master/Lib/test/test_c_locale_coercion.py to set C_LOCALE_STREAM_ENCODING to 'iso8859-1' when "sys.platform.startswith('aix')".
History
Date User Action Args
2017-07-03 14:21:02ncoghlansetrecipients: + ncoghlan, vstinner
2017-07-03 14:21:02ncoghlansetmessageid: <1499091662.62.0.96884824383.issue30836@psf.upfronthosting.co.za>
2017-07-03 14:21:02ncoghlanlinkissue30836 messages
2017-07-03 14:21:02ncoghlancreate