summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteven Bethard <steven.bethard@gmail.com>2010-12-18 11:19:23 (GMT)
committerSteven Bethard <steven.bethard@gmail.com>2010-12-18 11:19:23 (GMT)
commitfd311a712d5876c3a3efff265978452eea759f85 (patch)
tree6222b825a28cbe2e94f167eb4f1ae519c6dada52 /Misc/NEWS
parent04129748ae4f794dffbcf07bf53be27dc79c2d09 (diff)
downloadcpython-fd311a712d5876c3a3efff265978452eea759f85.zip
cpython-fd311a712d5876c3a3efff265978452eea759f85.tar.gz
cpython-fd311a712d5876c3a3efff265978452eea759f85.tar.bz2
Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 37a2333..fdda482 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,6 +84,8 @@ Build
- 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?
================================