commit | c0a9d4152d78da943b1d63727d0f79b9da751eb1 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Tue Mar 02 22:34:11 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Tue Mar 02 22:34:11 2010 +0000 |
tree | 1e63e087d0a121ccef75e80407a5cdd1096eb7dc | |
parent | fa31eaa5f6b831ea6c4e5c8e555b9fb07d47affa [diff] [blame] |
Test test_pep277 is only relevant for Unicode-friendly filesystems.
diff --git a/Misc/NEWS b/Misc/NEWS index d386c2f..a02681a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -106,7 +106,8 @@ Tests ----- -- Issue #767675: enable test_pep277 on all platforms. +- 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.