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 thorsten
Recipients thorsten
Date 2012-12-26.13:19:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356527998.28.0.00679479762722.issue16786@psf.upfronthosting.co.za>
In-reply-to
Content
The - deprecated - "version" keyword for argparse.ArgumentParser allowed for localization of the "show program's version number and exit" help text for -v/--version (output of "-h"/"--help")

The new version action for add_argument does not allow this - resulting in a partially translated output for the -v/--version option.
History
Date User Action Args
2012-12-26 13:19:58thorstensetrecipients: + thorsten
2012-12-26 13:19:58thorstensetmessageid: <1356527998.28.0.00679479762722.issue16786@psf.upfronthosting.co.za>
2012-12-26 13:19:57thorstenlinkissue16786 messages
2012-12-26 13:19:57thorstencreate