[issue13023] argparse should allow displaying argument default values in addition to setting a formatter class

Steven Bethard report at bugs.python.org
Thu Dec 15 13:05:44 CET 2011


Steven Bethard <steven.bethard at gmail.com> added the comment:

Your solution is actually the current recommended solution - mix together both classes that you want to combine and pass your subclass as the parameter. This should probably be documented somewhere (and tested more).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13023>
_______________________________________


More information about the Python-bugs-list mailing list