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 Jan Niklas Hasse, Sworddragon, abarry, akira, barry, ezio.melotti, lemburg, methane, ncoghlan, ned.deily, r.david.murray, ronaldoussoren, vstinner, xdegaye, yan12125
Date 2017-06-13.12:54:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497358500.02.0.491119716934.issue28180@psf.upfronthosting.co.za>
In-reply-to
Content
I've added dependencies for PEP 538 induced testing problems that have been broken out into their own issues.

I've also merged my attempt at fixing the tests on Mac OS X.

Something that's included in that patch is an implicit skip of the "LANG=UTF-8" case when checking external locale configuration. I expected that to behave the same way as "LC_CTYPE=UTF-8", but instead it's behaving more like "LC_CTYPE=C".
History
Date User Action Args
2017-06-13 12:55:00ncoghlansetrecipients: + ncoghlan, lemburg, barry, ronaldoussoren, vstinner, ned.deily, ezio.melotti, r.david.murray, methane, akira, Sworddragon, xdegaye, yan12125, abarry, Jan Niklas Hasse
2017-06-13 12:55:00ncoghlansetmessageid: <1497358500.02.0.491119716934.issue28180@psf.upfronthosting.co.za>
2017-06-13 12:54:59ncoghlanlinkissue28180 messages
2017-06-13 12:54:59ncoghlancreate