summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteven Bethard <steven.bethard@gmail.com>2011-03-26 16:33:56 (GMT)
committerSteven Bethard <steven.bethard@gmail.com>2011-03-26 16:33:56 (GMT)
commit8d9a4628c35811a803bde626c76573c722beea03 (patch)
treee0686d31fd643b760904ac3b0bcee9e900554f74 /Misc/NEWS
parent633872e3fbfba101dcae0fb1d6938c91e10adafe (diff)
downloadcpython-8d9a4628c35811a803bde626c76573c722beea03.zip
cpython-8d9a4628c35811a803bde626c76573c722beea03.tar.gz
cpython-8d9a4628c35811a803bde626c76573c722beea03.tar.bz2
Issue #9348: Raise an early error if argparse nargs and metavar don't match.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bfc1388..4aa86c7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1364,6 +1364,8 @@ 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
-----------------