]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names
authorSteven Bethard <steven.bethard@gmail.com>
Sat, 26 Mar 2011 13:48:04 +0000 (14:48 +0100)
committerSteven Bethard <steven.bethard@gmail.com>
Sat, 26 Mar 2011 13:48:04 +0000 (14:48 +0100)
commit0331e906d6a3e52b2679284cebd71a2513a00bfe
treecc12c86a098e597ae15868245d6f3165b462f81f
parent657bd0a25ddac6a951baaa9ac3167d8bce1b7308
Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names
for the names of optional and positional arguments in help messages.
Doc/library/argparse.rst
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS