Issue #9343: Document that argparse parent parsers must be configured before their children.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4638fd7..babee78 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -162,6 +162,9 @@
 
 - Issue #8982: Improve the documentation for the argparse Namespace object.
 
+- Issue #9343: Document that argparse parent parsers must be configured before
+  their children.
+
 Build
 -----