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.

classification
Title: trivial formatting error in subprocess docs
Type: Stage: resolved
Components: Documentation Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: berker.peksag, cvrebert, docs@python, python-dev, r.david.murray
Priority: normal Keywords: patch

Created on 2012-04-03 08:12 by cvrebert, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue14481.diff berker.peksag, 2012-04-03 09:06 review
Messages (4)
msg157401 - (view) Author: Chris Rebert (cvrebert) * Date: 2012-04-03 08:12
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.
msg157403 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2012-04-03 09:06
Attached a patch.
msg157413 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-04-03 12:47
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
msg157414 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2012-04-03 12:48
Thanks.
History
Date User Action Args
2022-04-11 14:57:28adminsetgithub: 58686
2012-04-03 12:48:13r.david.murraysetstatus: open -> closed

nosy: + r.david.murray
messages: + msg157414

resolution: fixed
stage: resolved
2012-04-03 12:47:32python-devsetnosy: + python-dev
messages: + msg157413
2012-04-03 09:06:21berker.peksagsetfiles: + issue14481.diff

nosy: + berker.peksag
messages: + msg157403

keywords: + patch
2012-04-03 08:12:23cvrebertcreate