diff options
author | Ned Deily <nad@acm.org> | 2014-02-14 06:53:42 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-02-14 06:53:42 (GMT) |
commit | b7bb675d3c034c3a46cc485352bbb035f74f47ff (patch) | |
tree | ec1ee9b8795d20e92aac62d6a6d2e35f1a693429 /Misc/NEWS | |
parent | 0714b8b6ab5e13fad0d93128cfcf1955ce7d0514 (diff) | |
parent | b24f481ab4de08e92f5901391594024b2eff0995 (diff) | |
download | cpython-b7bb675d3c034c3a46cc485352bbb035f74f47ff.zip cpython-b7bb675d3c034c3a46cc485352bbb035f74f47ff.tar.gz cpython-b7bb675d3c034c3a46cc485352bbb035f74f47ff.tar.bz2 |
Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -33,6 +33,11 @@ Library - Issue #19856: shutil.move() failed to move a directory to other directory on Windows if source name ends with os.altsep. +Tests +----- + +- Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. + What's New in Python 3.4.0 release candidate 1? =============================================== |