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 kulikjak
Recipients kulikjak
Date 2019-08-07.12:49:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565182156.22.0.512922989842.issue37785@roundup.psfhosted.org>
In-reply-to
Content
Running xgettext on argparse.py (of any currently supported Python 3.x) return following warning:

./Lib/argparse.py: warning: 'msgid' format string with unnamed arguments cannot be properly localized: The translator cannot reorder the arguments. Please consider using a format string with named arguments, and a mapping instead of a tuple for the arguments.

Same problem was already partially fixed here: https://bugs.python.org/issue10528. I guess that this occurrence was either missed or is new since.

It would be nice to have this backported to all supported releases but considering incompatibility worries in issue linked above, it may be fixed only in 3.8+ (which is still nice).
History
Date User Action Args
2019-08-07 12:49:16kulikjaksetrecipients: + kulikjak
2019-08-07 12:49:16kulikjaksetmessageid: <1565182156.22.0.512922989842.issue37785@roundup.psfhosted.org>
2019-08-07 12:49:16kulikjaklinkissue37785 messages
2019-08-07 12:49:15kulikjakcreate