diff options
author | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-08-14 17:00:05 (GMT) |
---|---|---|
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-08-14 17:00:05 (GMT) |
commit | b384e6c7804ebe15c2f85392cdcb8a55aba86e4a (patch) | |
tree | 6fe488bd5e4b1c92ed111ff9fa030f3d61eb0999 /Misc/NEWS | |
parent | d6dac2e2fdb6d48138b401aea2e6d71d70b2b765 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |