]> granicus.if.org Git - python/commit
Issue #9347: Fix formatting for tuples in argparse type= error messages.
authorSteven Bethard <steven.bethard@gmail.com>
Sun, 3 Apr 2011 23:47:52 +0000 (01:47 +0200)
committerSteven Bethard <steven.bethard@gmail.com>
Sun, 3 Apr 2011 23:47:52 +0000 (01:47 +0200)
commite3c11b44e37e80371fcaf71880e659a78360e8b6
treeaf9b5ead00cfd00b6eb6fc1f839d01ec72e05168
parent824504dd7ef218148db0b3c841af18f56af48ba1
Issue #9347: Fix formatting for tuples in argparse type= error messages.
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS