[issue14075] argparse: unused method?

Steven Bethard report at bugs.python.org
Tue Feb 21 23:35:25 CET 2012


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

Yeah, the intention was that you could just override _get_args in a subclass to get a better __repr__. I think these days all the argparse classes only have keyword arguments, so _get_args probably isn't necessary anymore.

----------

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


More information about the Python-bugs-list mailing list