]> granicus.if.org Git - python/commit
Workaround issue #8611 in test_undecodable_code() of test_sys
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 20 Aug 2010 16:52:14 +0000 (16:52 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 20 Aug 2010 16:52:14 +0000 (16:52 +0000)
commitc44abb127b3567d7f371d84e767641649fa2137c
tree9f47bc03b5dbf0151996e470421bdbb03b3d4390
parent1b6372a1d1e0b68e6b29e02fd1af8c721aeaa52b
Workaround issue #8611 in test_undecodable_code() of test_sys

Write test.support.workaroundIssue8611() function so it will be easier to
remove this workaround from all tests.
Lib/test/support.py
Lib/test/test_os.py
Lib/test/test_sys.py