Issue #8982: Improve the documentation for the argparse Namespace object.
diff --git a/Misc/NEWS b/Misc/NEWS
index f5ff837..5958a32 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -157,6 +157,8 @@
 
 - Issue #9348: Raise an early error if argparse nargs and metavar don't match.
 
+- Issue #8982: Improve the documentation for the argparse Namespace object.
+
 Build
 -----