[Python-checkins] cpython (3.5): Add missing Misc/NEWS update

andrew.svetlov python-checkins at python.org
Mon Jan 11 02:21:09 EST 2016


https://hg.python.org/cpython/rev/2266e349692c
changeset:   99834:2266e349692c
branch:      3.5
parent:      99832:b2fac2ff7b01
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Mon Jan 11 09:16:58 2016 +0200
summary:
  Add missing Misc/NEWS update

files:
  Misc/NEWS |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -122,6 +122,11 @@
 - 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
 -------------
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list