]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13441: Don't test the hu_HU locale on Solaris to workaround a mbstowcs()
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 9 Dec 2011 00:20:03 +0000 (01:20 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 9 Dec 2011 00:20:03 +0000 (01:20 +0100)
commit5446bba269cedee3b93aa27eabcf2a7842fb1298
treecabe0c1379431453a70fd480e45f5f149ff9e39e
parent3459922c1b6625c038348d39f1d5efb497d477a9
Issue #13441: Don't test the hu_HU locale on Solaris to workaround a mbstowcs()
bug. On Solaris, if the locale is hu_HU (and if the locale encoding is not
UTF-8), the thousauds separator is b'\xA0' which is decoded as U+30000020
instead of U+0020 by mbstowcs().
Lib/test/test__locale.py