commit | c0c0b146718f3098397c287d2e03028f486606ee | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Mon Sep 13 08:53:00 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Mon Sep 13 08:53:00 2010 +0000 |
tree | 34520bb6253a819665668182ca13a3b72ddb545f | |
parent | 60d512c3b01405f91872a62126d42b4bf1bea911 [diff] [blame] |
Strengthen test_unicode with explicit type checking for assertEqual tests.
diff --git a/Misc/NEWS b/Misc/NEWS index 7254578..b6482ab 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -337,6 +337,8 @@ Tests ----- +- Strengthen test_unicode with explicit type checking for assertEqual tests. + - Issue #8857: Provide a test case for socket.getaddrinfo. - Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.