commit | eda5583bdcab854f4fb5cd408b46d75efe3bb65e | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Mon Mar 21 00:09:07 2011 +0100 |
committer | Éric Araujo <merwok@netwok.org> | Mon Mar 21 00:09:07 2011 +0100 |
tree | 86b9be31a560b5d2c942c9321a1e008fc714cf68 | |
parent | 16e6f4c3f0b2b5d2a89b4dae93855ff32864a22a [diff] |
Mark getopt error messages as localizable (fixes #11371). Patch by Filip Gruszczyński.
diff --git a/Misc/NEWS b/Misc/NEWS index 3101327..87477c9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -75,6 +75,9 @@ Library ------- +- Issue #11371: Mark getopt error messages as localizable. Patch by Filip + Gruszczyński. + - Issue #4391: Use proper gettext plural forms in optparse. - Issue #11563: Connection:close header is sent by requests using URLOpener