[issue9351] argparse set_defaults on subcommands should override top level set_defaults

R. David Murray report at bugs.python.org
Mon Oct 27 19:43:22 CET 2014


R. David Murray added the comment:

If I understand you correctly, that would mean that if the namespace keyword is not used, we'd have the fixed behavior, but if the namespace keyword is used, we'd have the backward compatible behavior?  If I'm understanding correctly, that sounds like a good solution to me (coupled with backing this out of the maint versions).

----------

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


More information about the Python-bugs-list mailing list