Andy Zobro added the comment:

This breaks custom actions.

e.g.:

class dict_action(argparse.Action):
    def __init__(self, *a, **k):
        argparse.Action.__init__(self, *a, **k)

TypeError: __init__() got an unexpected keyword argument 'allow_abbrev'

----------
nosy: +xobes

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14910>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to