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, catherine, guandalino, r.david.murray
Date 2010-11-02.12:51:07
SpamBayes Score 0.0051346365
Marked as misclassified No
Message-id <1288702269.43.0.0953130765205.issue9340@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed with a variant of Catherine's patch (following R. David Murray's suggestion of inlining the two methods) in r86111 (3.X) and r86112 (2.7). Also added one more test to make sure that the order of the extra arguments is consistent (extra arguments from main parser before extra arguments from subparser).
History
Date User Action Args
2010-11-02 12:51:09bethardsetrecipients: + bethard, r.david.murray, catherine, guandalino
2010-11-02 12:51:09bethardsetmessageid: <1288702269.43.0.0953130765205.issue9340@psf.upfronthosting.co.za>
2010-11-02 12:51:08bethardlinkissue9340 messages
2010-11-02 12:51:07bethardcreate