[issue14481] trivial formatting error in subprocess docs

New submission from Chris Rebert <pybugs@rebertia.com>: The final line under "17.1.4.2. Replacing shell pipeline" (http://docs.python.org/dev/library/subprocess.html#replacing-shell-pipeline ) isn't formatted as code (e.g. monospaced); it should be. ---------- assignee: docs@python components: Documentation messages: 157401 nosy: cvrebert, docs@python priority: normal severity: normal status: open title: trivial formatting error in subprocess docs versions: Python 3.3 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue14481> _______________________________________

Berker Peksag <berker.peksag@gmail.com> added the comment: Attached a patch. ---------- keywords: +patch nosy: +berker.peksag Added file: http://bugs.python.org/file25106/issue14481.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue14481> _______________________________________

Roundup Robot <devnull@psf.upfronthosting.co.za> added the comment: New changeset 2c1ce04ded55 by R David Murray in branch '2.7': #14481: fix formatting of example in subprocess docs. http://hg.python.org/cpython/rev/2c1ce04ded55 New changeset e5f5652bfe91 by R David Murray in branch '3.2': #14481: fix formatting of example in subprocess docs. http://hg.python.org/cpython/rev/e5f5652bfe91 New changeset 9599f091faa6 by R David Murray in branch 'default': Merge #14481: fix formatting of example in subprocess docs. http://hg.python.org/cpython/rev/9599f091faa6 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue14481> _______________________________________

R. David Murray <rdmurray@bitdance.com> added the comment: Thanks. ---------- nosy: +r.david.murray resolution: -> fixed stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue14481> _______________________________________

Berker Peksag <berker.peksag@gmail.com> added the comment: Attached a patch. ---------- keywords: +patch nosy: +berker.peksag Added file: http://bugs.python.org/file25106/issue14481.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue14481> _______________________________________

Roundup Robot <devnull@psf.upfronthosting.co.za> added the comment: New changeset 2c1ce04ded55 by R David Murray in branch '2.7': #14481: fix formatting of example in subprocess docs. http://hg.python.org/cpython/rev/2c1ce04ded55 New changeset e5f5652bfe91 by R David Murray in branch '3.2': #14481: fix formatting of example in subprocess docs. http://hg.python.org/cpython/rev/e5f5652bfe91 New changeset 9599f091faa6 by R David Murray in branch 'default': Merge #14481: fix formatting of example in subprocess docs. http://hg.python.org/cpython/rev/9599f091faa6 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue14481> _______________________________________

R. David Murray <rdmurray@bitdance.com> added the comment: Thanks. ---------- nosy: +r.david.murray resolution: -> fixed stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue14481> _______________________________________
participants (4)
-
Berker Peksag
-
Chris Rebert
-
R. David Murray
-
Roundup Robot