This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients docs@python, eric.araujo, ezio.melotti, flox, ncoghlan, python-dev, rhettinger
Date 2011-10-26.11:19:01
SpamBayes Score 1.907911e-06
Marked as misclassified No
Message-id <1319627942.67.0.613222649965.issue13237@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2011-10-26 11:19:02ncoghlansetrecipients: + ncoghlan, rhettinger, ezio.melotti, eric.araujo, flox, docs@python, python-dev
2011-10-26 11:19:02ncoghlansetmessageid: <1319627942.67.0.613222649965.issue13237@psf.upfronthosting.co.za>
2011-10-26 11:19:02ncoghlanlinkissue13237 messages
2011-10-26 11:19:01ncoghlancreate