Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker.
diff --git a/Misc/ACKS b/Misc/ACKS
index eaf98a3..1bd0f33 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -734,6 +734,7 @@
George Sakkis
Rich Salz
Kevin Samborn
+Adrian Sampson
Ilya Sandler
Mark Sapiro
Ty Sarna
diff --git a/Misc/NEWS b/Misc/NEWS
index 37a2333..fdda482 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,6 +84,8 @@
- The Windows build now uses Tcl/Tk 8.5.9 and sqlite3 3.7.4.
+- Issue #9234: argparse supports alias names for subparsers.
+
What's New in Python 3.2 Beta 1?
================================