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 bethard
Recipients bethard, eric.araujo, rhettinger, vdupras
Date 2011-02-04.21:56:01
SpamBayes Score 3.973664e-05
Marked as misclassified No
Message-id <1296856562.42.0.283285503819.issue11076@psf.upfronthosting.co.za>
In-reply-to
Content
What's wrong with `vars(args)`? That's the standard way of getting a dict from an object, no?

Note that you're not always guaranteed to get a Namespace back (e.g. if you pass the namespace= argument to parse_args), and I'd generally like to keep Namespace as simple as possible.
History
Date User Action Args
2011-02-04 21:56:02bethardsetrecipients: + bethard, rhettinger, vdupras, eric.araujo
2011-02-04 21:56:02bethardsetmessageid: <1296856562.42.0.283285503819.issue11076@psf.upfronthosting.co.za>
2011-02-04 21:56:01bethardlinkissue11076 messages
2011-02-04 21:56:01bethardcreate