DescriptionUpdate subprocess2.check_output() to behave like subprocess.check_output().
stderr is not redirected by default. stdout is not allowed.
Both were oversight.
Do not override stdin=None in case the user would response to stderr output for
example.
Increase test coverage.
R=dpranke@chromium.org
BUG=
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=100456
Patch Set 1 #Patch Set 2 : Update callers to reset to previous expected behavior #
Total comments: 4
Patch Set 3 : update comment and docstring, they were unclear #
Messages
Total messages: 5 (0 generated)
|