From: Steven Bethard Date: Sat, 26 Mar 2011 18:55:36 +0000 (+0100) Subject: Issue #8982: Improve the documentation for the argparse Namespace object. (Merge... X-Git-Tag: v3.3.0a1~2745 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a3a7d35ca7f3a8a1de84cdc7b494c48afd8e0f9;p=python Issue #8982: Improve the documentation for the argparse Namespace object. (Merge from 3.2.) --- 0a3a7d35ca7f3a8a1de84cdc7b494c48afd8e0f9 diff --cc Misc/NEWS index 028d248708,5958a32517..6ab63084e1 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -292,13 -155,10 +292,15 @@@ Librar - Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers larger than 4GB. Patch by Nadeem Vawda. +- Issue #11388: Added a clear() method to MutableSequence + +- Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names + for the names of optional and positional arguments in help messages. + - Issue #9348: Raise an early error if argparse nargs and metavar don't match. + - Issue #8982: Improve the documentation for the argparse Namespace object. + Build -----