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

2014-12-23 Thread Changaco

Changaco added the comment:

The broken patch made it into the 2.7.9 release, causing argparse to silently 
ignore arguments, cf http://bugs.python.org/issue23058

--
nosy: +Changaco

___
Python tracker 
<http://bugs.python.org/issue9351>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23058] argparse silently ignores arguments

2014-12-23 Thread Changaco

Changaco added the comment:

honcho has been affected by this: 
https://github.com/nickstenning/honcho/issues/122

Working around the problem is possible but not very pretty: 
https://github.com/nickstenning/honcho/pull/121

--
nosy: +Changaco

___
Python tracker 
<http://bugs.python.org/issue23058>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com