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 jgehrcke
Recipients bethard, docs@python, eric.araujo, jgehrcke, r.david.murray, silvioricardoc
Date 2014-02-14.12:25:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392380701.98.0.0446690845987.issue10728@psf.upfronthosting.co.za>
In-reply-to
Content
The version action currently writes to stderr. The _VersionAction(Action)'s __call__() method finishes off with 

parser.exit(message=formatter.format_help())

and parser.exit() by default writes to stderr.

Here, Steven says "Help is definitely intended to print to stdout." and I expected the same to happen regarding the version information. Why should it go to stderr?

I see that this is a minor problem and only if someone here agrees I would open an issue for that.
History
Date User Action Args
2014-02-14 12:25:02jgehrckesetrecipients: + jgehrcke, bethard, eric.araujo, r.david.murray, docs@python, silvioricardoc
2014-02-14 12:25:01jgehrckesetmessageid: <1392380701.98.0.0446690845987.issue10728@psf.upfronthosting.co.za>
2014-02-14 12:25:01jgehrckelinkissue10728 messages
2014-02-14 12:25:01jgehrckecreate