[issue13237] subprocess docs should emphasise convenience functions

Nick Coghlan report at bugs.python.org
Wed Oct 26 13:19:02 CEST 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Absent any further feedback, I think I'm done with the changes to the 2.7 subprocess docs. I'll let them sit for a few days, then do the forward port to 3.2 and default.

There are a couple of additional changes I'll add to the 3.x versions:
- mention redirecting to DEVNULL as a way of suppressing output when using call() and check_call()
- mention the UTF-8 assumption involved in using the universal newlines mode for pipes in 3.x (i.e. the stuff I mistakenly checked in to 2.7 and then reverted)

----------

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


More information about the Python-bugs-list mailing list