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 jpaugh
Recipients bethard, jens.jaehrig, jpaugh, tshepang
Date 2012-05-26.20:26:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338063999.07.0.228773062649.issue14910@psf.upfronthosting.co.za>
In-reply-to
Content
I created a patch that exibhts the requested behavior. I added tests, and updated the documentation. I ran the test-suite against a build of Python 3.3.0a3+, and all tests check out.

This changes the public API of argparse.ArgumentParser and of its parse_args() method.
History
Date User Action Args
2012-05-26 20:26:39jpaughsetrecipients: + jpaugh, bethard, tshepang, jens.jaehrig
2012-05-26 20:26:39jpaughsetmessageid: <1338063999.07.0.228773062649.issue14910@psf.upfronthosting.co.za>
2012-05-26 20:26:38jpaughlinkissue14910 messages
2012-05-26 20:26:38jpaughcreate