diff options
author | Steven Bethard <steven.bethard@gmail.com> | 2011-04-03 23:47:52 (GMT) |
---|---|---|
committer | Steven Bethard <steven.bethard@gmail.com> | 2011-04-03 23:47:52 (GMT) |
commit | e3c11b44e37e80371fcaf71880e659a78360e8b6 (patch) | |
tree | af9b5ead00cfd00b6eb6fc1f839d01ec72e05168 /Misc | |
parent | 824504dd7ef218148db0b3c841af18f56af48ba1 (diff) | |
download | cpython-e3c11b44e37e80371fcaf71880e659a78360e8b6.zip cpython-e3c11b44e37e80371fcaf71880e659a78360e8b6.tar.gz cpython-e3c11b44e37e80371fcaf71880e659a78360e8b6.tar.bz2 |
Issue #9347: Fix formatting for tuples in argparse type= error messages.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -257,6 +257,8 @@ Library - Issue #9026: Fix order of argparse sub-commands in help messages. +- Issue #9347: Fix formatting for tuples in argparse type= error messages. + Extension Modules ----------------- |