]> granicus.if.org Git - python/commit
Fix incorrect use of gettext in argparse (#10497).
authorÉric Araujo <merwok@netwok.org>
Fri, 3 Dec 2010 19:19:17 +0000 (19:19 +0000)
committerÉric Araujo <merwok@netwok.org>
Fri, 3 Dec 2010 19:19:17 +0000 (19:19 +0000)
commita9c7a8fa5bded740bba314cb07ebd3c99eba928e
treee856a1a97458a97a330bc0c46c753a04efa583c5
parentbed81c882b153913dddc805ae0d6620b5058d0c0
Fix incorrect use of gettext in argparse (#10497).

Steven, the maintainer of argparse, agreed to have this committed
without tests for now, since the fix is obvious.  See the bug log.
Lib/argparse.py
Misc/NEWS