More asyncio news.
authorGuido van Rossum <guido@python.org>
Wed, 29 Jan 2014 22:40:56 +0000 (14:40 -0800)
committerGuido van Rossum <guido@python.org>
Wed, 29 Jan 2014 22:40:56 +0000 (14:40 -0800)
Misc/NEWS

index 0807f0c11091731c4adf758b40274281cff64a7b..21e6f02baed578f7dc2e68d0cb9defd634725915 100644 (file)
--- 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