This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mbussonn
Recipients mbussonn, py.user, serhiy.storchaka
Date 2015-05-31.23:30:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433115038.04.0.636099077475.issue24338@psf.upfronthosting.co.za>
In-reply-to
Content
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})
History
Date User Action Args
2015-05-31 23:30:38mbussonnsetrecipients: + mbussonn, py.user, serhiy.storchaka
2015-05-31 23:30:38mbussonnsetmessageid: <1433115038.04.0.636099077475.issue24338@psf.upfronthosting.co.za>
2015-05-31 23:30:38mbussonnlinkissue24338 messages
2015-05-31 23:30:37mbussonncreate