summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteven Bethard <steven.bethard@gmail.com>2011-03-26 17:29:48 (GMT)
committerSteven Bethard <steven.bethard@gmail.com>2011-03-26 17:29:48 (GMT)
commit006ba5c1659c7f9107fb4a8032ab5db041c82648 (patch)
tree488c5d4b474454e5d167571b8ce4d8e02b28e06b /Misc
parent8d9a4628c35811a803bde626c76573c722beea03 (diff)
downloadcpython-006ba5c1659c7f9107fb4a8032ab5db041c82648.zip
cpython-006ba5c1659c7f9107fb4a8032ab5db041c82648.tar.gz
cpython-006ba5c1659c7f9107fb4a8032ab5db041c82648.tar.bz2
Fix NEWS item that ended up in wrong section
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4aa86c7..2fd4c39 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
-----------------