diff options
author | Steven Bethard <steven.bethard@gmail.com> | 2011-03-26 16:33:56 (GMT) |
---|---|---|
committer | Steven Bethard <steven.bethard@gmail.com> | 2011-03-26 16:33:56 (GMT) |
commit | 8d9a4628c35811a803bde626c76573c722beea03 (patch) | |
tree | e0686d31fd643b760904ac3b0bcee9e900554f74 /Misc/NEWS | |
parent | 633872e3fbfba101dcae0fb1d6938c91e10adafe (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ----------------- |