diff options
author | Ned Deily <nad@python.org> | 2016-02-15 05:54:08 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-02-15 05:54:08 (GMT) |
commit | 47299fd39cf466adf9e33f26d91bf04ff6f70085 (patch) | |
tree | c46626d223cfd70371e0ffabd07755ebfc2e7b54 /Misc | |
parent | 203ce927f529a2f72e7c4cca574abd8ef1605b52 (diff) | |
download | cpython-47299fd39cf466adf9e33f26d91bf04ff6f70085.zip cpython-47299fd39cf466adf9e33f26d91bf04ff6f70085.tar.gz cpython-47299fd39cf466adf9e33f26d91bf04ff6f70085.tar.bz2 |
Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X
versions 10.5 or higher. Original patch by A. Jesse Jiryu Davis.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -212,6 +212,9 @@ Library - Issue #26050: Add asyncio.StreamReader.readuntil() method. Patch by Марк Коренберг. +- Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on + OS X versions 10.5 or higher. Original patch by A. Jesse Jiryu Davis. + Documentation ------------- |