[Python-checkins] cpython (merge 3.2 -> default): Fix NEWS item that ended up in wrong section
steven.bethard
python-checkins at python.org
Sat Mar 26 18:35:37 CET 2011
http://hg.python.org/cpython/rev/402d54e97686
changeset: 68971:402d54e97686
parent: 68968:b93a50bb74f2
parent: 68970:f144ed91acfb
user: Steven Bethard <steven.bethard at gmail.com>
date: Sat Mar 26 18:35:21 2011 +0100
summary:
Fix NEWS item that ended up in wrong section
files:
Misc/NEWS | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -294,6 +294,8 @@
- 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 @@
- 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
-----------------
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list