[New-bugs-announce] [issue16786] argparse doesn't offer localization interface for "version" action

Thorsten Kampe report at bugs.python.org
Wed Dec 26 14:19:58 CET 2012


New submission from Thorsten Kampe:

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.

----------
components: Library (Lib)
messages: 178209
nosy: thorsten
priority: normal
severity: normal
status: open
title: argparse doesn't offer localization interface for "version" action
type: behavior
versions: Python 2.7, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16786>
_______________________________________


More information about the New-bugs-announce mailing list