]> granicus.if.org Git - python/commit
Fix test_main_invalid_unicode() of test_sys for ASCII locale encoding
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 17 May 2010 19:57:40 +0000 (19:57 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 17 May 2010 19:57:40 +0000 (19:57 +0000)
commitc0983856c6814272a5e6004bd50b429afba3f3b4
treee5e9268804ffb29e1b21a863c4cb6ff9b05cedc8
parent1465cc2887be2054cca50c72ef804adcc15fdf65
Fix test_main_invalid_unicode() of test_sys for ASCII locale encoding

It should fix sparc 3.x and 3.1 failures.
Lib/test/test_sys.py