[issue9343] Document that argparse parents must be fully declared before children

2011-03-26 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset d288666c1d58 by Steven Bethard in branch '3.2': Issue #9343: Document that argparse parent parsers must be configured before their children. http://hg.python.org/cpython/rev/d288666c1d58 New changeset 15e98607555d by Steven Bethard

[issue9343] Document that argparse parents must be fully declared before children

2011-03-26 Thread Steven Bethard
Steven Bethard steven.beth...@gmail.com added the comment: I added some documentation in the parents section of the argparse docs. -- assignee: docs@python - bethard resolution: - fixed stage: - committed/rejected status: open - closed ___ Python

[issue9343] Document that argparse parents must be fully declared before children

2010-07-23 Thread Steven Bethard
New submission from Steven Bethard steven.beth...@gmail.com: [From http://code.google.com/p/argparse/issues/detail?id=61] It should be documented clearly that only the arguments present on the parent parser at the time ArgumentParser is called will be included in the parser. parent =

[issue9343] Document that argparse parents must be fully declared before children

2010-07-23 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I removed 3.3, since it currently means “won’t be done for 3.2, so note for later.” I don’t know if the report applies to 3.1 (doc fixes go into stable releases too), so I’m not adding it. -- nosy: +merwok versions: -Python 3.3

[issue9343] Document that argparse parents must be fully declared before children

2010-07-23 Thread Steven Bethard
Steven Bethard steven.beth...@gmail.com added the comment: Ah, thanks for the fix. No it doesn't need to go in 3.1 - argparse is only in 2.7 and 3.2. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9343