summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-12-03 19:41:00 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-12-03 19:41:00 (GMT)
commitbb48a8b59a8e8573f6ba2761c09fc1ad271d8068 (patch)
treeb006d8f624e0aa184baac82586969cbc2b6bf29f /Misc
parentadd7cbfb0527aaa15879f5ea9aaf2c8b322f0868 (diff)
downloadcpython-bb48a8b59a8e8573f6ba2761c09fc1ad271d8068.zip
cpython-bb48a8b59a8e8573f6ba2761c09fc1ad271d8068.tar.gz
cpython-bb48a8b59a8e8573f6ba2761c09fc1ad271d8068.tar.bz2
Allow translators to reorder placeholders in localizable messages from
argparse (#10528). There is no unit test; I checked with xgettext that no more warnings were emitted. Steven approved the change.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d2e4fa8..4576fb3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,9 @@ Core and Builtins
Library
-------
+- Issue #10528: Allow translators to reorder placeholders in localizable
+ messages from argparse.
+
- Issue #10497: Fix incorrect use of gettext in argparse.
- Issue #10478: Reentrant calls inside buffered IO objects (for example by