summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2016-01-11 07:16:58 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2016-01-11 07:16:58 (GMT)
commit3feb9460ed919eaea34548fb655e63da194e546e (patch)
tree9220593e35ee3a48448224187358e0c77fcf4271
parentb86abb79aac3d5fb6e30f98c758a3e2cb31bfab3 (diff)
downloadcpython-3feb9460ed919eaea34548fb655e63da194e546e.zip
cpython-3feb9460ed919eaea34548fb655e63da194e546e.tar.gz
cpython-3feb9460ed919eaea34548fb655e63da194e546e.tar.bz2
Add missing Misc/NEWS update
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6c8a8fe..a966147 100644
--- 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
-------------