Merged revisions 84024 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84024 | giampaolo.rodola | 2010-08-14 18:45:41 +0200 (sab, 14 ago 2010) | 1 line
fix issue #8857: provide a test case for socket.getaddrinfo
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 4524f8b..09f651a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -232,6 +232,8 @@
Tests
-----
+- Issue #8857: Provide a test case for socket.getaddrinfo.
+
- Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.
- Issue #8433: Fix test_curses failure with newer versions of ncurses.