From: Steven Bethard Date: Sat, 26 Mar 2011 17:35:21 +0000 (+0100) Subject: Fix NEWS item that ended up in wrong section X-Git-Tag: v3.3.0a1~2748 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=424f6e18c233ff67a290eb0fa022089c8cd1c756;p=python Fix NEWS item that ended up in wrong section --- 424f6e18c233ff67a290eb0fa022089c8cd1c756 diff --cc Misc/NEWS index 3865bf5816,2fd4c39e9a..252af664d5 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -289,11 -152,8 +289,13 @@@ 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. + Build -----