Matthias Bussonnier added the comment:

Maybe the __repr__ of _AttributeHolder should be changed so that invalid args 
are shown as unpacked dict in the signature ?

Something that would :

>>> argparse.Namespace(**{'foo bar':1})
argparse.Namespace(**{'foo bar':1})

----------
nosy: +mbussonn

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

Reply via email to