Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.)
diff --git a/Misc/NEWS b/Misc/NEWS
index 3ed93da..151bc1c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -239,6 +239,9 @@
 
 - Issue #8982: Improve the documentation for the argparse Namespace object.
 
+- Issue #9343: Document that argparse parent parsers must be configured before
+  their children.
+
 Extension Modules
 -----------------