[issue4391] use proper gettext plurals forms in argparse and optparse

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4a5782a2b074 by Éric Araujo in branch 'default': Use proper gettext plural forms in optparse (closes #4391). http://hg.python.org/cpython/rev/4a5782a2b074 -- nosy: +python-dev resolution: -> fixed stage: patch review -> committed/rejected

[issue4391] use proper gettext plurals forms in argparse and optparse

2011-02-02 Thread Éric Araujo
Éric Araujo added the comment: Looks like this will have to wait for 3.3, unfortunately. -- keywords: +needs review stage: -> patch review versions: +Python 3.3 -Python 3.2 ___ Python tracker _

[issue4391] use proper gettext plurals forms in argparse and optparse

2010-12-25 Thread Éric Araujo
Éric Araujo added the comment: Previous version was incomplete. -- nosy: +gward Added file: http://bugs.python.org/file20164/fix-optparse-ngettext.diff ___ Python tracker ___ ___

[issue4391] use proper gettext plurals forms in argparse and optparse

2010-12-25 Thread Éric Araujo
Changes by Éric Araujo : Removed file: http://bugs.python.org/file20152/fix-optparse-ngettext.diff ___ Python tracker ___ ___ Python-bugs-list

[issue4391] use proper gettext plurals forms in argparse and optparse

2010-12-23 Thread Éric Araujo
Éric Araujo added the comment: Updated patch for optparse. Georg: Is this okay for 3.2? Based on Steven’s decision for another patch that changed strings, these fixes won’t be backported. -- versions: -Python 2.7, Python 3.1 Added file: http://bugs.python.org/file20152/fix-optparse-

[issue4391] use proper gettext plurals forms in argparse and optparse

2010-12-12 Thread R. David Murray
Changes by R. David Murray : -- priority: -> normal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue4391] use proper gettext plurals forms in argparse and optparse

2010-12-05 Thread Steven Bethard
Steven Bethard added the comment: The workaround in TestImportStar is fine. The test is really just meant to make sure that __all__ contains all the current API methods, and the "_" checks were the easiest way at the time to check that. -- ___ Pyth

[issue4391] use proper gettext plurals forms in argparse and optparse

2010-12-04 Thread Éric Araujo
Éric Araujo added the comment: Revision 87056 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue4391] use proper gettext plurals forms in argparse and optparse

2010-12-04 Thread Éric Araujo
Éric Araujo added the comment: Georg approved my patch for the beta1. Steven, since you approved my other gettext-related changes, we thing it’s okay if I don’t wait for your +1. For optparse, I will review the changes later. -- assignee: -> eric.araujo

[issue4391] use proper gettext plurals forms in argparse and optparse

2010-12-04 Thread Éric Araujo
Éric Araujo added the comment: Attached patch fixes the two misuses I found in argparse. I tried importing ngettext as _ngettext to comply with arpgarse’s crazy^Wpersonal import style (enforced in TestImportStar), but then I could not force xgettext to find all the strings. Rather than stru