Merged revisions 78732 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78732 | florent.xicluna | 2010-03-06 18:24:36 +0100 (sam, 06 mar 2010) | 2 lines
Do not print the header lines when running a single test.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 12a8f38..bb4dcf4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -845,6 +845,9 @@
Tests
-----
+- Print platform information when running the whole test suite, or using
+ the --verbose flag.
+
- Issue #767675: enable test_pep277 on POSIX platforms with Unicode-friendly
filesystem encoding.