summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-25 20:33:49 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-25 20:33:49 (GMT)
commit8aa5a581d3b85d44bbad33e9ad1148430f9aba45 (patch)
treee011e67507842d1abcf3a9e12ac961ea9fee45c7 /Misc
parentc8a730bf72b1c95651a8a39766bf56635956a2e0 (diff)
downloadcpython-8aa5a581d3b85d44bbad33e9ad1148430f9aba45.zip
cpython-8aa5a581d3b85d44bbad33e9ad1148430f9aba45.tar.gz
cpython-8aa5a581d3b85d44bbad33e9ad1148430f9aba45.tar.bz2
#8207: Fix test_pep277 on OS X
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d834e10..1580768 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,8 +147,8 @@ C-API
Tests
-----
-- Issue #8180: Fix test_pep277 on OS X and add more tests for special Unicode
- normalization cases.
+- Issue #8180 and #8207: 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.