diff options
| author | Steven Bethard <steven.bethard@gmail.com> | 2011-03-27 13:53:53 +0200 |
|---|---|---|
| committer | Steven Bethard <steven.bethard@gmail.com> | 2011-03-27 13:53:53 +0200 |
| commit | 8a6a198abff504067fb74b669c672901a97a44b6 (patch) | |
| tree | d619a9217ffa11fbc51f0f5bdadd73f1898db3c8 /Misc | |
| parent | a6e0b4f2ede0613a8780c3e2d8e9387a280afd6c (diff) | |
| download | cpython-git-8a6a198abff504067fb74b669c672901a97a44b6.tar.gz | |
Issue #9026: Fix order of argparse sub-commands in help messages.
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -167,6 +167,8 @@ Library - Issue #9343: Document that argparse parent parsers must be configured before their children. +- Issue #9026: Fix order of argparse sub-commands in help messages. + Build ----- |
