diff options
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) |
commit | bb48a8b59a8e8573f6ba2761c09fc1ad271d8068 (patch) | |
tree | b006d8f624e0aa184baac82586969cbc2b6bf29f /Misc/NEWS | |
parent | add7cbfb0527aaa15879f5ea9aaf2c8b322f0868 (diff) | |
download | cpython-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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |