diff options
author | Steven Bethard <steven.bethard@gmail.com> | 2011-04-03 23:53:02 (GMT) |
---|---|---|
committer | Steven Bethard <steven.bethard@gmail.com> | 2011-04-03 23:53:02 (GMT) |
commit | 7cb20a8605d79faae64cccf8bbe8418b492f0e30 (patch) | |
tree | 5beb0a6acd7f161467c5c905f77c4117e801148c /Misc | |
parent | 43bf045be09f50c17627bfa3dd2ce386ddf37304 (diff) | |
download | cpython-7cb20a8605d79faae64cccf8bbe8418b492f0e30.zip cpython-7cb20a8605d79faae64cccf8bbe8418b492f0e30.tar.gz cpython-7cb20a8605d79faae64cccf8bbe8418b492f0e30.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
@@ -188,6 +188,8 @@ Library - Issue #9026: Fix order of argparse sub-commands in help messages. +- Issue #9347: Fix formatting for tuples in argparse type= error messages. + Build ----- |