summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2016-01-11 06:42:49 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2016-01-11 06:42:49 (GMT)
commitc07b16b40f0848038c407a459f21bff38973b595 (patch)
treebb16b14256eb36db270357cea59ad01584f6bcdd /Misc
parent6829dbbf3f286e0f789bfd0afe0555aaccc03012 (diff)
downloadcpython-c07b16b40f0848038c407a459f21bff38973b595.zip
cpython-c07b16b40f0848038c407a459f21bff38973b595.tar.gz
cpython-c07b16b40f0848038c407a459f21bff38973b595.tar.bz2
Sync with asyncio repo
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ae9301a..9b677e5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,11 @@ Library
- Issue #24120: Ignore PermissionError when traversing a tree with
pathlib.Path.[r]glob(). Patch by Ulrich Petri.
+- Skip getaddrinfo if host is already resolved.
+ Patch by A. Jesse Jiryu Davis.
+
+- Add asyncio.timeout() context manager.
+
What's New in Python 3.4.4?
===========================