summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGiampaolo RodolĂ  <g.rodola@gmail.com>2010-08-14 17:00:05 (GMT)
committerGiampaolo RodolĂ  <g.rodola@gmail.com>2010-08-14 17:00:05 (GMT)
commitb384e6c7804ebe15c2f85392cdcb8a55aba86e4a (patch)
tree6fe488bd5e4b1c92ed111ff9fa030f3d61eb0999 /Misc/NEWS
parentd6dac2e2fdb6d48138b401aea2e6d71d70b2b765 (diff)
downloadcpython-b384e6c7804ebe15c2f85392cdcb8a55aba86e4a.zip
cpython-b384e6c7804ebe15c2f85392cdcb8a55aba86e4a.tar.gz
cpython-b384e6c7804ebe15c2f85392cdcb8a55aba86e4a.tar.bz2
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 ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b1f4d62..230160a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -479,6 +479,8 @@ Build
Tests
-----
+- Issue #8857: Provide a test case for socket.getaddrinfo.
+
- Issue #8433: Fix test_curses failure with newer versions of ncurses.
- Issue #9496: Provide a test suite for the rlcompleter module. Patch by