]> 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:29:48 +0000 (18:29 +0100)
committerSteven Bethard <steven.bethard@gmail.com>
Sat, 26 Mar 2011 17:29:48 +0000 (18:29 +0100)
Misc/NEWS

index 4aa86c769872ab1ee594362ab660cd214c49f947..2fd4c39e9aacb6f14c3006ef938e54860ac412d7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,6 +152,8 @@ Library
 - Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers
   larger than 4GB.  Patch by Nadeem Vawda.
 
+- Issue #9348: Raise an early error if argparse nargs and metavar don't match.
+
 Build
 -----
 
@@ -1364,8 +1366,6 @@ Library
 
 - Issue #9948: Fixed problem of losing filename case information.
 
-- Issue #9348: Raise an early error if argparse nargs and metavar don't match.
-
 Extension Modules
 -----------------