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: ArgumentParser.error writes to stderr not to stdout
Type: Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, python-dev, sandro.tosi
Priority: normal Keywords: patch

Created on 2011-07-31 14:33 by sandro.tosi, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ArgumentParser.error_stderr-default.patch sandro.tosi, 2011-07-31 14:33 review
Messages (2)
msg141467 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-07-31 14:33
Hello, following up http://mail.python.org/pipermail/docs/2011-July/005210.html , here's a patch to fix it. It applies to all the relevant branches.
msg141585 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-08-02 23:45
New changeset 5ff56995976c by Senthil Kumaran in branch '3.2':
Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi.
http://hg.python.org/cpython/rev/5ff56995976c

New changeset a5b3d5051fc7 by Senthil Kumaran in branch 'default':
Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi.
http://hg.python.org/cpython/rev/a5b3d5051fc7

New changeset 1e8dc34ece30 by Senthil Kumaran in branch '2.7':
Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi.
http://hg.python.org/cpython/rev/1e8dc34ece30
History
Date User Action Args
2022-04-11 14:57:20adminsetgithub: 56872
2011-08-02 23:45:07python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg141585

resolution: fixed
stage: patch review -> resolved
2011-07-31 14:33:57sandro.tosicreate