[issue10766] optparse uses %s in gettext calls

2014-09-27 Thread R. David Murray
R. David Murray added the comment: OK, since there seems to be some concern about backward compatibility (in the related argparse issue) and optparse is indeed no longer maintained, let's close this. -- resolution: -> rejected stage: commit review -> resolved status: open -> closed _

[issue10766] optparse uses %s in gettext calls

2014-07-05 Thread Mark Lawrence
Mark Lawrence added the comment: I don't see much point doing any work with optparse as it's deprecated. -- nosy: +BreamoreBoy ___ Python tracker ___

[issue10766] optparse uses %s in gettext calls

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue10766] optparse uses %s in gettext calls

2013-05-19 Thread R. David Murray
R. David Murray added the comment: The #4391 fixes were only applied to the development branch. So these could be applied to 3.4 at this point, but not 3.3. -- nosy: +r.david.murray status: -> open versions: +Python 3.4 -Python 3.3 ___ Python track

[issue10766] optparse uses %s in gettext calls

2013-05-12 Thread Mark Lawrence
Mark Lawrence added the comment: I don't understand this. Fixes have already been committed via #4391 but this fix couldn't go ahead. Can somebody please clarify the situation. -- nosy: +BreamoreBoy ___ Python tracker

[issue10766] optparse uses %s in gettext calls

2011-05-26 Thread Éric Araujo
Changes by Éric Araujo : -- status: open -> versions: +Python 3.3 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue10766] optparse uses %s in gettext calls

2010-12-28 Thread Éric Araujo
Éric Araujo added the comment: argparse is not new if you consider that it’s present in 2.7. -- ___ Python tracker ___ ___ Python-bug

[issue10766] optparse uses %s in gettext calls

2010-12-28 Thread Georg Brandl
Georg Brandl added the comment: Hmm, argparse is new, so that is a different story. Not so sure about optparse, so I would not put this into 3.2. -- ___ Python tracker ___ ___

[issue10766] optparse uses %s in gettext calls

2010-12-23 Thread Éric Araujo
Changes by Éric Araujo : -- dependencies: +use proper gettext plurals forms in argparse and optparse ___ Python tracker ___ ___ Python

[issue10766] optparse uses %s in gettext calls

2010-12-23 Thread Éric Araujo
New submission from Éric Araujo : 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 in