]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing Misc/NEWS update
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 11 Jan 2016 07:16:58 +0000 (09:16 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 11 Jan 2016 07:16:58 +0000 (09:16 +0200)
Misc/NEWS

index 6c8a8fef1265f5b3a92f6fafe1a4581c0dca5cfc..a9661475f0e3b2c29dd2a5d0e34029c259533e32 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -122,6 +122,11 @@ Library
 - Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
   entries.  Patch by Dingyuan Wang.
 
+- Skip getaddrinfo if host is already resolved.
+  Patch by A. Jesse Jiryu Davis.
+
+- Add asyncio.timeout() context manager.
+
 Documentation
 -------------