[docs] Documentation regressions from adding subprocess.run() (issue 24420)

berker.peksag at gmail.com berker.peksag at gmail.com
Fri Jun 26 13:16:58 CEST 2015


http://bugs.python.org/review/24420/diff/15059/Doc/library/subprocess.rst
File Doc/library/subprocess.rst (right):

http://bugs.python.org/review/24420/diff/15059/Doc/library/subprocess.rst#newcode880
Doc/library/subprocess.rst:880: .. function:: check_output(args, *[,
input], stdin=None, stderr=None, shell=False, universal_newlines=False,
timeout=None)
On 2015/06/26 02:32:56, vadmium wrote:
> On 2015/06/25 23:31:14, berkerpeksag wrote:
> > I think we can now remove *input* from the signature.
> 
> Yes I agree. I might tweak the new paragraph and the “versionchanged”
note to
> add more context, though.

Yes, that would be better.

http://bugs.python.org/review/24420/


More information about the docs mailing list