[Python-checkins] cpython (3.2): Fix NEWS item that ended up in wrong section

steven.bethard python-checkins at python.org
Sat Mar 26 18:35:36 CET 2011


http://hg.python.org/cpython/rev/f144ed91acfb
changeset:   68970:f144ed91acfb
branch:      3.2
parent:      68967:c89db9b36ea6
user:        Steven Bethard <steven.bethard at gmail.com>
date:        Sat Mar 26 18:29:48 2011 +0100
summary:
  Fix NEWS item that ended up in wrong section

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,6 +152,8 @@
 - 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 @@
 
 - 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
 -----------------
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list