bpo-28180: assume UTF-8 for Mac OS X PEP 538 tests by ncoghlan · Pull Request #2130 · python/cpython (original) (raw)
@Haypo, @ned-deily, @ronaldoussoren I think this should fix most of the current PEP 538 test failures on Mac OS X, except for the "LANG=UTF-8" one, where I'm not sure of the actual expected behaviour (I would have expected that to work, as even though UTF-8
is only defined as a partial locale, we're also only trying to configure it for LC_CTYPE
).
(I haven't submitted it to the custom buildbot branch, as I'm about to head to bed, and don't want to claim the branch overnight).