commit | 5e0062d25a38e5f01e10952827a83975afac9fd8 | [log] [tgz] |
---|---|---|
author | Steven Bethard <steven.bethard@gmail.com> | Sat Mar 26 21:50:38 2011 +0100 |
committer | Steven Bethard <steven.bethard@gmail.com> | Sat Mar 26 21:50:38 2011 +0100 |
tree | 976a099e4a117e9b99d078df4c5c5ba283b1e9c4 | |
parent | 3f69a059b9e199c874fa3e50765d82fef59cc232 [diff] [blame] |
Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.)
diff --git a/Misc/NEWS b/Misc/NEWS index 3ed93da..151bc1c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -239,6 +239,9 @@ - Issue #8982: Improve the documentation for the argparse Namespace object. +- Issue #9343: Document that argparse parent parsers must be configured before + their children. + Extension Modules -----------------