]> granicus.if.org Git - python/commit
(Merge 3.3) Issue #19612: On Windows, subprocess.Popen.communicate() now
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 18 Feb 2014 21:06:35 +0000 (22:06 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 18 Feb 2014 21:06:35 +0000 (22:06 +0100)
commit5f47ac2aaab2a4f23897a680ed264e0ae2032b1c
tree060990d9ae7edfeb79584e9c5373c19f6859201b
parent9a0cbcc4f8f6b61086629907767cd6f3d5ffe8f5
parentd5c8ce7cc03d81402b2fcdc023fb6ea44ac70f25
(Merge 3.3) Issue #19612: On Windows, subprocess.Popen.communicate() now
ignores OSError(22, 'Invalid argument') when writing input data into stdin,
whereas the process already exited.
Lib/subprocess.py
Misc/NEWS