From: Guido van Rossum Date: Wed, 29 Jan 2014 22:40:56 +0000 (-0800) Subject: More asyncio news. X-Git-Tag: v3.4.0rc1~179 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e3a60b7d7a8d9a1699c4c7e89ab7f36143f7569;p=thirdparty%2FPython%2Fcpython.git More asyncio news. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0807f0c11091..21e6f02baed5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -13,6 +13,11 @@ Core and Builtins Library ------- +- asyncio: Some refactoring; add write flow control to unix pipes; + support wait_for(f, None); don't log broken/disconnected pipes; use + ValueError instead of assert for forbidden subprocess_{shell,exec} + arguments. (More to follow -- a convenience API for subprocesses.) + - Issue #20424: Python implementation of io.StringIO now supports lone surrogates. - Issue #20308: inspect.signature now works on classes without user-defined