]> granicus.if.org Git - python/commit
Issue #16624: `subprocess.check_output` now accepts an `input` argument,
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 22 Apr 2013 17:20:54 +0000 (20:20 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 22 Apr 2013 17:20:54 +0000 (20:20 +0300)
commitfcd9f222385c7855241a3f6bfe84b454e2373cdf
tree3ffb181b96970f4907a3f56c83f178988d267a5a
parent1859fe80c424cd2c8211c90f1c46a64606cb8ccb
Issue #16624: `subprocess.check_output` now accepts an `input` argument,
allowing the subprocess's stdin to be provided as a (byte) string.
Patch by Zack Weinberg.
Doc/library/subprocess.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS