]> granicus.if.org Git - python/commit
test_undecodable_code(): set locale to C
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 20 Aug 2010 16:38:14 +0000 (16:38 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 20 Aug 2010 16:38:14 +0000 (16:38 +0000)
commit1b6372a1d1e0b68e6b29e02fd1af8c721aeaa52b
treed9297f9c6d893b417de5f45caf0837877782e300
parente6376f8849175789c371f292f896ecdccb88b5b1
test_undecodable_code(): set locale to C

The test is still failing on "x86 FreeBSD 7.2 3.x" and "sparc solaris10 gcc
3.x" buildbots. It looks like the locale encoding is able to decode b'\xff'. I
suppose that it is an encoding like 'iso-8859-1'.

Use C locale to set, I hope, the locale encoding to 'ascii'. Display also the
encoding so if the test fails, at least I will learn the locale encoding
choosen for the C locale.
Lib/test/test_sys.py