Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.)
diff --git a/Misc/NEWS b/Misc/NEWS
index f0b9a08..a902c3a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -244,6 +244,8 @@
 - Issue #9343: Document that argparse parent parsers must be configured before
   their children.
 
+- Issue #9026: Fix order of argparse sub-commands in help messages.
+
 Extension Modules
 -----------------