[Python-checkins] cpython: More asyncio news.

guido.van.rossum python-checkins at python.org
Wed Jan 29 23:42:03 CET 2014


http://hg.python.org/cpython/rev/cb5448352e11
changeset:   88828:cb5448352e11
user:        Guido van Rossum <guido at python.org>
date:        Wed Jan 29 14:40:56 2014 -0800
summary:
  More asyncio news.

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
@@ -13,6 +13,11 @@
 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

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


More information about the Python-checkins mailing list