summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-02-23 11:05:29 (GMT)
committerNed Deily <nad@python.org>2016-02-23 11:05:29 (GMT)
commite1d4e58777f28bb000fe95768186f70ff1de45a3 (patch)
tree5bc3a7a0e38eaeb2ad41ba57a7683d95cfd66ce7 /Misc
parentf1d371bde9be7bf9dab21114b8137c66476a20ac (diff)
downloadcpython-e1d4e58777f28bb000fe95768186f70ff1de45a3.zip
cpython-e1d4e58777f28bb000fe95768186f70ff1de45a3.tar.gz
cpython-e1d4e58777f28bb000fe95768186f70ff1de45a3.tar.bz2
Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on
current versions of OpenBSD and NetBSD. Patch by A. Jesse Jiryu Davis.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6155edd..c47ca60 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -227,6 +227,9 @@ Library
- Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on
OS X versions 10.5 or higher. Original patch by A. Jesse Jiryu Davis.
+- Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on
+ current versions of OpenBSD and NetBSD. Patch by A. Jesse Jiryu Davis.
+
Documentation
-------------