]> granicus.if.org Git - python/commit
Issue #19612: On Windows, subprocess.Popen.communicate() now ignores
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 18 Feb 2014 21:00:53 +0000 (22:00 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 18 Feb 2014 21:00:53 +0000 (22:00 +0100)
commitd5c8ce7cc03d81402b2fcdc023fb6ea44ac70f25
tree0d0c0102e3941fdb28ef698e1034049c542c759b
parent9e5a9876ad3b666390f77aadfb02b303ff2748bd
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