]> granicus.if.org Git - python/commit
Allow translators to reorder placeholders in localizable messages from
authorÉric Araujo <merwok@netwok.org>
Fri, 3 Dec 2010 19:41:00 +0000 (19:41 +0000)
committerÉric Araujo <merwok@netwok.org>
Fri, 3 Dec 2010 19:41:00 +0000 (19:41 +0000)
commitbb48a8b59a8e8573f6ba2761c09fc1ad271d8068
treeb006d8f624e0aa184baac82586969cbc2b6bf29f
parentadd7cbfb0527aaa15879f5ea9aaf2c8b322f0868
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.
Lib/argparse.py
Misc/NEWS