diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-09-29 01:08:05 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-09-29 01:08:05 (GMT) |
commit | 11cabcf73d82ca0174de85144930ce87ee538581 (patch) | |
tree | 7e17748f655ff9e142f657f41e64bdcebdd16bf1 /Misc | |
parent | c663b58c9a29c1c5c05c6d33a05a04f7c4fc18fd (diff) | |
download | cpython-11cabcf73d82ca0174de85144930ce87ee538581.zip cpython-11cabcf73d82ca0174de85144930ce87ee538581.tar.gz cpython-11cabcf73d82ca0174de85144930ce87ee538581.tar.bz2 |
#7110: have regrtest print test failures and tracebacks to stderr not stdout.
Patch by Sandro Tosi.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -818,6 +818,7 @@ Frank J. Tobin R Lindsay Todd Bennett Todd Matias Torchinsky +Sandro Tosi Richard Townsend Laurence Tratt John Tromp @@ -260,6 +260,9 @@ Tools/Demos Tests ----- +- Issue #7110: regrtest now sends test failure reports and single-failure + tracebacks to stderr rather than stdout. + - Issue #9628: fix runtests.sh -x option so more than one test can be excluded. - Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by |