commit | 77a884950570fe8ff00a2d0b88bec5354e6ad887 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Sun Mar 21 18:00:38 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Sun Mar 21 18:00:38 2010 +0000 |
tree | f68446455cd62a081c75f321577311f4bf1ac5a9 | |
parent | e39b2ec6ca7a399e9e25ee5bf9f5eed1c809816a [diff] [blame] |
#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 d8c18c8..c9c5989 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -98,6 +98,9 @@ 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.