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.