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

2011-03-20 Thread Roundup Robot
Roundup Robot devnull@devnull 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 -

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

2011-02-02 Thread Éric Araujo
Éric Araujo mer...@netwok.org 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 rep...@bugs.python.org

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

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

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

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

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

2010-12-23 Thread Éric Araujo
Éric Araujo mer...@netwok.org 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:

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

2010-12-12 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- priority: - normal ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4391 ___ ___

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

2010-12-05 Thread Steven Bethard
Steven Bethard steven.beth...@gmail.com 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. --

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

2010-12-04 Thread Éric Araujo
Éric Araujo mer...@netwok.org 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 wink import style (enforced in TestImportStar), but then I could not force xgettext to find all the

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

2010-12-04 Thread Éric Araujo
Éric Araujo mer...@netwok.org 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 mer...@netwok.org added the comment: Revision 87056 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4391 ___ ___ Python-bugs-list