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 eric.araujo
Recipients eric.araujo, georg.brandl, gward
Date 2010-12-23.23:59:08
SpamBayes Score 8.287374e-06
Marked as misclassified No
Message-id <1293148753.14.0.11198082887.issue10766@psf.upfronthosting.co.za>
In-reply-to
Content
When you run xgettext other optparse.py, you get this 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.”

Attached patch fixes the incorrect calls (my patch for #4391 already fixes two of them).

See similar bug and fix for argparse in #10528.  Georg, please tell if this can go into 3.2.
History
Date User Action Args
2010-12-23 23:59:13eric.araujosetrecipients: + eric.araujo, gward, georg.brandl
2010-12-23 23:59:13eric.araujosetmessageid: <1293148753.14.0.11198082887.issue10766@psf.upfronthosting.co.za>
2010-12-23 23:59:08eric.araujolinkissue10766 messages
2010-12-23 23:59:08eric.araujocreate