[New-bugs-announce] [issue22712] Add 'input' argument to subprocess.check_call and subprocess.call

zodalahtathi report at bugs.python.org
Thu Oct 23 21:02:22 CEST 2014


New submission from zodalahtathi:

Python 3.4 added a 'input' argument to the subprocess.check_output function to send bytes to stdin, but it was surprisingly not added to other subprocess helpers.

The same functionality should be added to subprocess.check_call and subprocess.call.

----------
components: Library (Lib)
messages: 229889
nosy: zodalahtathi
priority: normal
severity: normal
status: open
title: Add 'input' argument to subprocess.check_call and subprocess.call
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22712>
_______________________________________


More information about the New-bugs-announce mailing list