Issue #8982: Improve the documentation for the argparse Namespace object. (Merge from 3.2.)
diff --git a/Misc/NEWS b/Misc/NEWS
index fe4c3ae..3ed93da 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -235,6 +235,10 @@
- Issue #9509: argparse now properly handles IOErrors raised by
argparse.FileType.
+- Issue #9348: Raise an early error if argparse nargs and metavar don't match.
+
+- Issue #8982: Improve the documentation for the argparse Namespace object.
+
Extension Modules
-----------------
@@ -1343,8 +1347,6 @@
- Issue #8374: Update the internal alias table in the :mod:`locale` module to
cover recent locale changes and additions.
-- Issue #9348: Raise an early error if argparse nargs and metavar don't match.
-
Extension Modules
-----------------