]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #8533: Write tracebacks and failed tests to sys.stderr instead of
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 2 May 2010 09:37:08 +0000 (09:37 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 2 May 2010 09:37:08 +0000 (09:37 +0000)
commit0d80a5874ae2177b4352f997f962062d81734d4c
treea2577f1bf978f9ec85353fcd461c11d85f385435
parent70d8a86ea0f98919efbb39d852a6696811682ce4
Issue #8533: Write tracebacks and failed tests to sys.stderr instead of
sys.stdout to avoid UnicodeEncodeError (use backslashreplace error handler)
Lib/test/regrtest.py
Lib/test/support.py
Misc/NEWS