]> granicus.if.org Git - python/commit
Issue #18228: Fix locale test of test.regrtest.saved_test_environment
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 17 Jun 2013 18:40:05 +0000 (20:40 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 17 Jun 2013 18:40:05 +0000 (20:40 +0200)
commitd9ccf7fe22ebd6225e2c436e47ea6d92a8b7404a
treec783abc1d12129e4ef572b5f75d1b9074705c89d
parenta222de1a230a39cc59d060c67b25bd39d54cf466
Issue #18228: Fix locale test of test.regrtest.saved_test_environment

Skip LC_ALL becore getlocale(locale.LC_ALL) always fail, and catch also
ValueError.
Lib/test/regrtest.py