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-05.05:40:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499233216.46.0.828243456934.issue30836@psf.upfronthosting.co.za>
In-reply-to
Content
Removing the "easy" tag, as I realised this isn't as clearcut a change as I first thought.

Specifically, I'm wondering if in addition to changing the expectations for this particular test, we should *also* be disabling locale coercion on AIX in general.

After all, latin-1 already round trips just as well as UTF-8+surrogateescape does, and IBM don't seem to have any plans in progress to change the default environment on AIX away from latin-1.
History
Date User Action Args
2017-07-05 05:40:16ncoghlansetrecipients: + ncoghlan, vstinner
2017-07-05 05:40:16ncoghlansetmessageid: <1499233216.46.0.828243456934.issue30836@psf.upfronthosting.co.za>
2017-07-05 05:40:16ncoghlanlinkissue30836 messages
2017-07-05 05:40:16ncoghlancreate