summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-21 18:00:38 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-21 18:00:38 (GMT)
commit77a884950570fe8ff00a2d0b88bec5354e6ad887 (patch)
treef68446455cd62a081c75f321577311f4bf1ac5a9 /Misc
parente39b2ec6ca7a399e9e25ee5bf9f5eed1c809816a (diff)
downloadcpython-77a884950570fe8ff00a2d0b88bec5354e6ad887.zip
cpython-77a884950570fe8ff00a2d0b88bec5354e6ad887.tar.gz
cpython-77a884950570fe8ff00a2d0b88bec5354e6ad887.tar.bz2
#8180: Fix test_pep277 on OS X and add more tests for special Unicode normalization cases.
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 d8c18c8..c9c5989 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -98,6 +98,9 @@ Build
Tests
-----
+- Issue #8180: Fix test_pep277 on OS X and add more tests for special Unicode
+ normalization cases.
+
- Issue #7783: test.test_support.open_urlresource invalidates the outdated
files from the local cache.