summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Bethard <steven.bethard@gmail.com>2011-03-26 17:35:21 (GMT)
committerSteven Bethard <steven.bethard@gmail.com>2011-03-26 17:35:21 (GMT)
commit424f6e18c233ff67a290eb0fa022089c8cd1c756 (patch)
treed09e3e079502c65c3192cc0f8c8fcea9f424e2b0
parentedbe4c5249cb96dfe55e114de998ef7d4122bfe5 (diff)
parent006ba5c1659c7f9107fb4a8032ab5db041c82648 (diff)
downloadcpython-424f6e18c233ff67a290eb0fa022089c8cd1c756.zip
cpython-424f6e18c233ff67a290eb0fa022089c8cd1c756.tar.gz
cpython-424f6e18c233ff67a290eb0fa022089c8cd1c756.tar.bz2
Fix NEWS item that ended up in wrong section
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3865bf5..252af66 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -294,6 +294,8 @@ Library
- 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
-----
@@ -1530,8 +1532,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
-----------------