]> granicus.if.org Git - python/commitdiff
Fix NEWS item that ended up in wrong section
authorSteven Bethard <steven.bethard@gmail.com>
Sat, 26 Mar 2011 17:35:21 +0000 (18:35 +0100)
committerSteven Bethard <steven.bethard@gmail.com>
Sat, 26 Mar 2011 17:35:21 +0000 (18:35 +0100)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 3865bf5816e82f10ee75c4db9b5efbdbaf9096fb,2fd4c39e9aacb6f14c3006ef938e54860ac412d7..252af664d55c178bc87a32fb95c1007dfa4b238a
+++ 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
  -----