Merged revisions 79207 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79207 | florent.xicluna | 2010-03-21 19:00:38 +0100 (dim, 21 mar 2010) | 2 lines
#8180: Fix test_pep277 on OS X and add more tests for special Unicode normalization cases.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index e85ab00..b2684dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -914,6 +914,9 @@
Tests
-----
+- Issue #8180: Fix test_pep277 on OS X and add more tests for special Unicode
+ normalization cases.
+
- Issue #7783: test.support.open_urlresource invalidates the outdated files
from the local cache.