diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2016-01-11 06:42:49 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2016-01-11 06:42:49 (GMT) |
commit | c07b16b40f0848038c407a459f21bff38973b595 (patch) | |
tree | bb16b14256eb36db270357cea59ad01584f6bcdd /Misc | |
parent | 6829dbbf3f286e0f789bfd0afe0555aaccc03012 (diff) | |
download | cpython-c07b16b40f0848038c407a459f21bff38973b595.zip cpython-c07b16b40f0848038c407a459f21bff38973b595.tar.gz cpython-c07b16b40f0848038c407a459f21bff38973b595.tar.bz2 |
Sync with asyncio repo
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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? =========================== |