summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSeth M. Larson <SethMichaelLarson@users.noreply.github.com>2017-03-03 04:21:18 (GMT)
committerYury Selivanov <yury@magic.io>2017-03-03 17:23:44 (GMT)
commitf7f024a721d53978d03129e8eb5111d4f74534a9 (patch)
tree185e73281542126450a09b01d661e785ad83ec04 /Misc/NEWS
parentd0620bcd4eb8b7bb39d7aedc3e434585959c3177 (diff)
downloadcpython-f7f024a721d53978d03129e8eb5111d4f74534a9.zip
cpython-f7f024a721d53978d03129e8eb5111d4f74534a9.tar.gz
cpython-f7f024a721d53978d03129e8eb5111d4f74534a9.tar.bz2
bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 32741ce..b17ad90 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,9 @@ Extension Modules
Library
-------
+- bpo-29704: asyncio.subprocess.SubprocessStreamProtocol no longer closes before
+ all pipes are closed.
+
- bpo-29703: Fix asyncio to support instantiation of new event loops
in child processes.