[issue15501] Document exception classes in subprocess module

2012-08-09 Thread Anton Barkovsky
Changes by Anton Barkovsky swarmer...@gmail.com: Added file: http://bugs.python.org/file26738/subprocess_doc_2.7_v2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15501 ___

[issue15501] Document exception classes in subprocess module

2012-08-09 Thread Anton Barkovsky
Changes by Anton Barkovsky swarmer...@gmail.com: Added file: http://bugs.python.org/file26739/subprocess_doc_3.2_v2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15501 ___

[issue15501] Document exception classes in subprocess module

2012-08-09 Thread Anton Barkovsky
Changes by Anton Barkovsky swarmer...@gmail.com: Added file: http://bugs.python.org/file26740/subprocess_doc_3.3_v2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15501 ___

[issue15501] Document exception classes in subprocess module

2012-08-09 Thread Anton Barkovsky
Anton Barkovsky added the comment: Updated. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15501 ___ ___ Python-bugs-list mailing list

[issue15501] Document exception classes in subprocess module

2012-08-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset b863e231ad9f by Andrew Svetlov in branch 'default': Issue #15501: Document exception classes in subprocess module. http://hg.python.org/cpython/rev/b863e231ad9f New changeset 1e8f6d8e5c0e by Andrew Svetlov in branch '3.2': Issue #15501: Document

[issue15501] Document exception classes in subprocess module

2012-08-09 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thank you, Anton. -- resolution: - fixed stage: patch review - committed/rejected status: open - closed superseder: - Fully document subprocess.CalledProcessError ___ Python tracker rep...@bugs.python.org

[issue15501] Document exception classes in subprocess module

2012-08-08 Thread Andrew Svetlov
Andrew Svetlov added the comment: Please update your patches: 1. use attribute:: 2. point base class for exception if it is not Exception 3. enumerate all attributes (`cmd` for CalledProcessError) Example: .. exception:: HTTPError Though being an exception (a subclass of :exc:`URLError`),

[issue15501] Document exception classes in subprocess module

2012-08-07 Thread Andrew Svetlov
Changes by Andrew Svetlov andrew.svet...@gmail.com: -- stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15501 ___ ___

[issue15501] Document exception classes in subprocess module

2012-08-06 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15501 ___ ___

[issue15501] Document exception classes in subprocess module

2012-07-30 Thread Anton Barkovsky
New submission from Anton Barkovsky: Exception classes from subprocess module are mentioned in the doc but do not have their own entries. I'm attaching patches for 3.3, 3.2 and 2.7 This issue supersedes #14966. -- assignee: docs@python components: Documentation files:

[issue15501] Document exception classes in subprocess module

2012-07-30 Thread Anton Barkovsky
Changes by Anton Barkovsky swarmer...@gmail.com: Added file: http://bugs.python.org/file26599/subprocess_doc_3.2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15501 ___

[issue15501] Document exception classes in subprocess module

2012-07-30 Thread Anton Barkovsky
Changes by Anton Barkovsky swarmer...@gmail.com: Added file: http://bugs.python.org/file26600/subprocess_doc_2.7.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15501 ___