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-07.19:52:21
SpamBayes Score 4.3398618e-13
Marked as misclassified No
Message-id <1325965941.89.0.365502484117.issue9253@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Eric.  I was thrown by this document: http://wiki.python.org/moin/Git which describes fetching the sources from SVN using git.  I'm comfortable doing either, but it doesn't resolve my confusion.

The version of argparse in the python checkout is 1.1: http://hg.python.org/cpython/file/default/Lib/argparse.py
64 __version__ = '1.1' but differs from the SVN version.

whereas the argparse version available via google code is 1.2.  The diffs indicate several changes not related to the change I'm attempting to make, which prevent my patch from applying cleanly.  Looks like the HG version includes the 1.2 code... but I'm not sure why it would differ from SVN's trunk.
History
Date User Action Args
2012-01-07 19:52:21bewestsetrecipients: + bewest, csernazs, bethard, eric.araujo, r.david.murray, nvie, elsdoerfer, G2P, dsully
2012-01-07 19:52:21bewestsetmessageid: <1325965941.89.0.365502484117.issue9253@psf.upfronthosting.co.za>
2012-01-07 19:52:21bewestlinkissue9253 messages
2012-01-07 19:52:21bewestcreate