From: Andrew Svetlov Date: Mon, 11 Jan 2016 07:16:58 +0000 (+0200) Subject: Add missing Misc/NEWS update X-Git-Tag: v3.6.0a1~801^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3feb9460ed919eaea34548fb655e63da194e546e;p=thirdparty%2FPython%2Fcpython.git Add missing Misc/NEWS update --- diff --git a/Misc/NEWS b/Misc/NEWS index 6c8a8fef1265..a9661475f0e3 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 -------------