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: Use new exception handling syntax in Subprocess documentation
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: berker.peksag, docs@python, ezio.melotti, jcea, python-dev
Priority: normal Keywords: patch

Created on 2012-10-26 20:03 by berker.peksag, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
subprocess-exception-2.7.patch berker.peksag, 2012-10-26 20:03
Messages (4)
msg173881 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2012-10-26 20:03
See: http://docs.python.org/whatsnew/2.6.html#pep-3110-exception-handling-changes

Patch attached.
msg173882 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-10-26 20:10
New changeset 7a69b4077afb by Ezio Melotti in branch '2.7':
#16332: use "except OSError as e" in subprocess docs.  Patch by Berker Peksag.
http://hg.python.org/cpython/rev/7a69b4077afb
msg173883 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2012-10-26 20:10
Fixed, thanks for the patch!
msg173989 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2012-10-28 01:59
Related issue #16341.
History
Date User Action Args
2022-04-11 14:57:37adminsetgithub: 60536
2012-10-28 01:59:05jceasetnosy: + jcea
messages: + msg173989
2012-10-26 20:11:02ezio.melottisetstatus: pending -> closed
2012-10-26 20:10:46ezio.melottisetstatus: open -> pending

type: enhancement
assignee: docs@python -> ezio.melotti

nosy: + ezio.melotti
messages: + msg173883
resolution: fixed
stage: resolved
2012-10-26 20:10:17python-devsetnosy: + python-dev
messages: + msg173882
2012-10-26 20:03:28berker.peksagcreate