summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-06 17:34:48 +0000
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-06 17:34:48 +0000
commit0e62a1488b4ba9617d659a37443238f3c1f2b506 (patch)
treecbb76c3463e0e3549e6a9a5f8c928845eb9a5e71 /Misc
parentb92ed7cf3673cd9902b785febb895b4e0c7a55ff (diff)
downloadcpython-git-0e62a1488b4ba9617d659a37443238f3c1f2b506.tar.gz
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. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 12a8f38e77..bb4dcf4834 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -845,6 +845,9 @@ Documentation
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.