[issue15375] Trivial for fix in the subprocess documentation

2012-07-16 Thread R. David Murray
R. David Murray added the comment: Thanks. (This error existed on only in the 2.7 docs.) -- nosy: +r.david.murray resolution: -> fixed stage: -> committed/rejected status: open -> closed type: enhancement -> behavior ___ Python tracker

[issue15375] Trivial for fix in the subprocess documentation

2012-07-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 227a22288688 by R David Murray in branch '2.7': #15375: remove duplicated word 'child' http://hg.python.org/cpython/rev/227a22288688 -- nosy: +python-dev ___ Python tracker

[issue15375] Trivial for fix in the subprocess documentation

2012-07-16 Thread Renato Cunha
New submission from Renato Cunha : The word "child" is needlessly repeated in the subprocess documentation. This trivial patch fixes this. -- assignee: docs@python components: Documentation files: subprocess.diff keywords: patch messages: 165670 nosy: docs@python, trovao priority: norma