diff options
author | Gregory P. Smith <greg@krypto.org> | 2013-12-01 03:02:57 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2013-12-01 03:02:57 (GMT) |
commit | 1eda9e7c3074bfe37674c8140b3d02bf94caf4f3 (patch) | |
tree | 66e0ccc1c1d085cfdfb6335f07b48e57dac0d4e2 /Misc | |
parent | 65846c6c5190a92446176f318fd837c6005cfa29 (diff) | |
download | cpython-1eda9e7c3074bfe37674c8140b3d02bf94caf4f3.zip cpython-1eda9e7c3074bfe37674c8140b3d02bf94caf4f3.tar.gz cpython-1eda9e7c3074bfe37674c8140b3d02bf94caf4f3.tar.bz2 |
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
descriptor 0, 1 or 2 is closed.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ Core and Builtins Library ------- +- Issue #15798: Fixed subprocess.Popen() to no longer fail if file + descriptor 0, 1 or 2 is closed. + - Issue #19088: Fixed incorrect caching of the copyreg module in object.__reduce__() and object.__reduce_ex__(). |