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 bewest
Recipients G2P, bethard, bewest, csernazs, dsully, elsdoerfer, eric.araujo, nvie, r.david.murray
Date 2012-01-06.18:08:38
SpamBayes Score 4.195093e-06
Marked as misclassified No
Message-id <1325873318.71.0.539001779089.issue9253@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, Steven, that sounds reasonable.

I checked out git-svn python and started comparing diffs... I'm a little confused.  What version of argparse should be patched to provide this feature?

My HG version from https://code.google.com/p/argparse/ seems to contain a version of argparse 1.2 while, my git-svn checkout of python seems to contain an argparse 1.1.  Should I attempt to bring cpython's version up to date as well, or attempt to strip out the version bump changes?
History
Date User Action Args
2012-01-09 16:40:54eric.araujounlinkissue9253 messages
2012-01-06 18:08:38bewestsetrecipients: + bewest, csernazs, bethard, eric.araujo, r.david.murray, nvie, elsdoerfer, G2P, dsully
2012-01-06 18:08:38bewestsetmessageid: <1325873318.71.0.539001779089.issue9253@psf.upfronthosting.co.za>
2012-01-06 18:08:38bewestlinkissue9253 messages
2012-01-06 18:08:38bewestcreate