diff options
author | Steven Bethard <steven.bethard@gmail.com> | 2011-03-26 20:49:00 (GMT) |
---|---|---|
committer | Steven Bethard <steven.bethard@gmail.com> | 2011-03-26 20:49:00 (GMT) |
commit | d186f99d00a8f2443774c9d277c9b615aa8b6d6d (patch) | |
tree | 98ff045a259f61893aaf71b3fe5fec4e0465e1c5 /Misc | |
parent | d8ad68f34c23645c1a1dfadd63470b3851ba5bea (diff) | |
download | cpython-d186f99d00a8f2443774c9d277c9b615aa8b6d6d.zip cpython-d186f99d00a8f2443774c9d277c9b615aa8b6d6d.tar.gz cpython-d186f99d00a8f2443774c9d277c9b615aa8b6d6d.tar.bz2 |
Issue #9343: Document that argparse parent parsers must be configured before their children.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -162,6 +162,9 @@ Library - Issue #8982: Improve the documentation for the argparse Namespace object. +- Issue #9343: Document that argparse parent parsers must be configured before + their children. + Build ----- |