summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c4e50ca..70ec592 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -579,6 +579,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.
+
IDLE
----