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.

Author wolma
Recipients wolma
Date 2013-09-04.12:30:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378297847.46.0.268237187871.issue18920@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,
I just noticed that version output generated via the
**'version' action** of the **argparse** module
is routed to stderr. I'd expect regular output to go to stdout instead.
The current behavior also seems inconsistent to me because --help
prints to stdout.
Best,
Wolfgang
History
Date User Action Args
2013-09-04 12:30:47wolmasetrecipients: + wolma
2013-09-04 12:30:47wolmasetmessageid: <1378297847.46.0.268237187871.issue18920@psf.upfronthosting.co.za>
2013-09-04 12:30:47wolmalinkissue18920 messages
2013-09-04 12:30:47wolmacreate