Message296076
To get the new PEP 538 tests passing on Mac OS X (see [1,2]), I ended up having to skip the following test scenarios:
LANG=UTF-8 (behaves like LANG=C, *not* LC_CTYPE=UTF-8)
LANG=POSIX (behaves like a distinct locale is set, not LANG=C)
LC_CTYPE=POSIX (behaves like a distinct locale is set, not LANG=C)
LC_ALL=POSIX (behaves like a distinct locale is set, not LANG=C)
However, I'm not sure whether that should be diagnosed as a pure testing problem, where we change the test's expectations to match the current behaviour, or a bug in the PEP 538 implementation, where we should be updating it to produce the behaviour that the tests were originally expecting.
[1] https://github.com/python/cpython/commit/4563099d28e832aed22b85ce7e2a92236df03847
[2] https://github.com/python/cpython/commit/7926516ff95ed9c8345ed4c4c4910f44ffbd5949 ) |
|
Date |
User |
Action |
Args |
2017-06-15 09:23:53 | ncoghlan | set | recipients:
+ ncoghlan, ronaldoussoren, vstinner, ned.deily |
2017-06-15 09:23:53 | ncoghlan | set | messageid: <1497518633.36.0.998856107706.issue30672@psf.upfronthosting.co.za> |
2017-06-15 09:23:53 | ncoghlan | link | issue30672 messages |
2017-06-15 09:23:53 | ncoghlan | create | |
|