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.
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:28 | admin | set | github: 58686 |
| 2012年04月03日 12:48:13 | r.david.murray | set | status: open -> closed nosy: + r.david.murray messages: + msg157414 resolution: fixed stage: resolved |
| 2012年04月03日 12:47:32 | python-dev | set | nosy:
+ python-dev messages: + msg157413 |
| 2012年04月03日 09:06:21 | berker.peksag | set | files:
+ issue14481.diff nosy: + berker.peksag messages: + msg157403 keywords: + patch |
| 2012年04月03日 08:12:23 | cvrebert | create | |