[issue11371] Localization of error messages in getopt

2011-03-20 Thread Éric Araujo
Éric Araujo added the comment: Done, thanks! -- resolution: accepted -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue11371] Localization of error messages in getopt

2011-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset d3e46930ffe9 by Éric Araujo in branch 'default': Mark getopt error messages as localizable (fixes #11371). http://hg.python.org/cpython/rev/d3e46930ffe9 -- nosy: +python-dev ___ Python tracker

[issue11371] Localization of error messages in getopt

2011-03-16 Thread Filip Gruszczyński
Filip Gruszczyński added the comment: Bump! Hi Eric, there was no negative feedback for two weeks. How about commiting the patch? -- ___ Python tracker ___

[issue11371] Localization of error messages in getopt

2011-03-02 Thread Filip Gruszczyński
Filip Gruszczyński added the comment: Cool, thanks for all your advice. -- status: pending -> open ___ Python tracker ___ ___ Python-

[issue11371] Localization of error messages in getopt

2011-03-02 Thread Éric Araujo
Éric Araujo added the comment: I will wait for any negative feedback from another core dev and then commit this. Thanks. -- assignee: -> eric.araujo resolution: -> accepted status: open -> pending ___ Python tracker

[issue11371] Localization of error messages in getopt

2011-03-02 Thread Filip Gruszczyński
Filip Gruszczyński added the comment: Yes, I have run ./python -m test -v test_getopt and it was ok. Running xgettext --from-code utf-8 getopt.py produces no output. -- ___ Python tracker

[issue11371] Localization of error messages in getopt

2011-03-02 Thread Éric Araujo
Éric Araujo added the comment: Looks good to me. I assume you’re run the test suite. Can you run xgettext too to see if we get warnings or errors? (“xgettext getopt.py” should be enough) -- stage: -> commit review versions: +Python 3.3 ___ Python

[issue11371] Localization of error messages in getopt

2011-03-02 Thread Filip Gruszczyński
New submission from Filip Gruszczyński : In http://bugs.python.org/issue8841 Eric asked to open a new ticket about localisation of getopt error messages. I attach a patch. -- files: 8841.patch keywords: patch messages: 129865 nosy: eric.araujo, gruszczy priority: normal severity: normal