summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-12-04 17:15:21 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-12-04 17:15:21 (GMT)
commitcd4f7584071c00ef41daa5a955e877a3efcb92ec (patch)
tree9a9be8e4a80d8384aa2e5fa6fc6ea4de7b8980fb /Misc
parentaf9e92ba37f19e4564827a22316578987d7f6cb6 (diff)
downloadcpython-cd4f7584071c00ef41daa5a955e877a3efcb92ec.zip
cpython-cd4f7584071c00ef41daa5a955e877a3efcb92ec.tar.gz
cpython-cd4f7584071c00ef41daa5a955e877a3efcb92ec.tar.bz2
Merged revisions 85086 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85086 | r.david.murray | 2010-09-28 21:08:05 -0400 (Tue, 28 Sep 2010) | 4 lines #7110: have regrtest print test failures and tracebacks to stderr not stdout. Patch by Sandro Tosi. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS6
2 files changed, 7 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 1606934..1108f90 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -784,6 +784,7 @@ Christian Tismer
Frank J. Tobin
R Lindsay Todd
Bennett Todd
+Sandro Tosi
Richard Townsend
Laurence Tratt
John Tromp
diff --git a/Misc/NEWS b/Misc/NEWS
index 76ccf7a..fc3b9a0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,12 @@ Library
- Issue #10464: netrc now correctly handles lines with embedded '#' characters.
+Tests
+-----
+
+- Issue #7110: regrtest now sends test failure reports and single-failure
+ tracebacks to stderr rather than stdout.
+
What's New in Python 3.1.3?
===========================