]> granicus.if.org Git - python/commit
Fix test_sys: set LC_ALL instead of LANG
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 Aug 2010 08:33:34 +0000 (08:33 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 Aug 2010 08:33:34 +0000 (08:33 +0000)
commitef6ff662c933f43df5bba40032de2d718f4e1fd8
tree76025d696740f038eff639ef01110322be05c344
parent112c0f34119fb2fe127bf54393bf06f5c334836a
Fix test_sys: set LC_ALL instead of LANG

LC_ALL is read before LANG to choose the locale encoding (LC_ALL, LANG and then
LC_CTYPE: use the first non empty variable).
Lib/test/test_sys.py