summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-03 00:06:37 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-03 00:06:37 (GMT)
commit683a7e7c1859b13af797e3fd16e1df0c911be2be (patch)
tree8be3669f8370ac4269892bfd1761a3c7e89825d8 /Misc
parent4fd181c1fbc6f4daf6426f8714825e1ad2ce8768 (diff)
downloadcpython-683a7e7c1859b13af797e3fd16e1df0c911be2be.zip
cpython-683a7e7c1859b13af797e3fd16e1df0c911be2be.tar.gz
cpython-683a7e7c1859b13af797e3fd16e1df0c911be2be.tar.bz2
Merged revisions 78585,78594,78606 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78585 | florent.xicluna | 2010-03-02 22:34:45 +0100 (mar, 02 mar 2010) | 2 lines Tentatively enable test_pep277 on all platforms. ........ r78594 | florent.xicluna | 2010-03-02 23:34:11 +0100 (mar, 02 mar 2010) | 2 lines Test test_pep277 is only relevant for Unicode-friendly filesystems. ........ r78606 | florent.xicluna | 2010-03-03 00:56:38 +0100 (mer, 03 mar 2010) | 2 lines Fix wording. ........
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 91b6991..fddba76 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -824,6 +824,9 @@ Documentation
Tests
-----
+- Issue #767675: enable test_pep277 on POSIX platforms with Unicode-friendly
+ filesystem encoding.
+
- Issue #6292: for the moment at least, the test suite runs cleanly if python
is run with the -OO flag. Tests requiring docstrings are skipped.