[Python-ideas] Add output() helper function to subprocess module

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Apr 4 05:01:33 EDT 2019


Chris Angelico wrote:
> +1 on adding a nice simple function, although I'm not 100% sold on the
> name "output".

The idea is that output/check_output would go together like
call/check_call.

-- 
Greg


More information about the Python-ideas mailing list