This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.j3
Recipients BreamoreBoy, bethard, dougalsutherland, paul.j3
Date 2014-07-15.23:44:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405467872.24.0.682591879554.issue16807@psf.upfronthosting.co.za>
In-reply-to
Content
The subcommands grouping mechanism proposed in http://bugs.python.org/issue9341
probably does not work with [parents] either.

This _add_container_actions method is brittle.  It has to know too much about the structure of a parser and its groups.  Any change to that structure could break this [parents] mechanism.  

In a refactoring, each 'add_xxx' method would have a 'copy_xxx' companion method.
History
Date User Action Args
2014-07-15 23:44:32paul.j3setrecipients: + paul.j3, bethard, BreamoreBoy, dougalsutherland
2014-07-15 23:44:32paul.j3setmessageid: <1405467872.24.0.682591879554.issue16807@psf.upfronthosting.co.za>
2014-07-15 23:44:32paul.j3linkissue16807 messages
2014-07-15 23:44:32paul.j3create