diff options
author | Guido van Rossum <guido@python.org> | 2014-01-29 22:40:56 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2014-01-29 22:40:56 (GMT) |
commit | 9e3a60b7d7a8d9a1699c4c7e89ab7f36143f7569 (patch) | |
tree | a2c71aea2a456c4d496a583d3dfa6a4955b90117 | |
parent | e623a12297756a4089c61555bea449016cca5180 (diff) | |
download | cpython-9e3a60b7d7a8d9a1699c4c7e89ab7f36143f7569.zip cpython-9e3a60b7d7a8d9a1699c4c7e89ab7f36143f7569.tar.gz cpython-9e3a60b7d7a8d9a1699c4c7e89ab7f36143f7569.tar.bz2 |
More asyncio news.
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |