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 vdupras
Recipients bethard, eric.araujo, rhettinger, vdupras
Date 2011-02-05.11:02:29
SpamBayes Score 3.4122906e-05
Marked as misclassified No
Message-id <1296903750.71.0.247062364954.issue11076@psf.upfronthosting.co.za>
In-reply-to
Content
I didn't know about vars() (well, I knew it existed, but never was quite sure what it did).

Given that I'm not a Python newbie, I'm guessing I'm not alone in this situation. Maybe that instead of making the Namespace iterable, we should just add an example usage of vars() in argparse's documentation?
History
Date User Action Args
2011-02-05 11:02:30vduprassetrecipients: + vdupras, rhettinger, bethard, eric.araujo
2011-02-05 11:02:30vduprassetmessageid: <1296903750.71.0.247062364954.issue11076@psf.upfronthosting.co.za>
2011-02-05 11:02:29vdupraslinkissue11076 messages
2011-02-05 11:02:29vduprascreate