From: Steven Bethard Date: Sat, 26 Mar 2011 17:29:48 +0000 (+0100) Subject: Fix NEWS item that ended up in wrong section X-Git-Tag: v3.2.1b1~205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=006ba5c1659c7f9107fb4a8032ab5db041c82648;p=python Fix NEWS item that ended up in wrong section --- diff --git a/Misc/NEWS b/Misc/NEWS index 4aa86c7698..2fd4c39e9a 100644 --- 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 -----------------