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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16786>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to