diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-28 10:45:00 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-28 10:45:00 (GMT) |
commit | 86ba76570590b10ebd0b6f9b2e53252d8127de0e (patch) | |
tree | 721bdd46910e542d97e6ef038b73b08d46ca337f /Misc/NEWS | |
parent | 7e8c7956a7edc1505055d3dd9e5180fa30a3cab9 (diff) | |
parent | ab900c21fcfb08f13467d1c6f47d03ab90180f89 (diff) | |
download | cpython-86ba76570590b10ebd0b6f9b2e53252d8127de0e.zip cpython-86ba76570590b10ebd0b6f9b2e53252d8127de0e.tar.gz cpython-86ba76570590b10ebd0b6f9b2e53252d8127de0e.tar.bz2 |
Issue #21619: Popen objects no longer leave a zombie after exit in the with
statement if the pipe was broken. Patch by Martin Panter.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Core and Builtins Library ------- +- Issue #21619: Popen objects no longer leave a zombie after exit in the with + statement if the pipe was broken. Patch by Martin Panter. + - Issue #15955: Add an option to limit the output size in bz2.decompress(). Patch by Nikolaus Rath. |