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, elsdoerfer, nvie, r.david.murray
Date 2010-08-10.09:34:23
SpamBayes Score 5.482527e-09
Marked as misclassified No
Message-id <1281432868.88.0.258437524682.issue9253@psf.upfronthosting.co.za>
In-reply-to
Content
Seems like there's minimally the bug that argparse should currently throw an error if you add an argument after subparsers (since that argument will never be parsed under the current semantics).

I do believe that supporting an optional command like the "git remote" example is useful, but as RDM suggests, this probably won't go anywhere unless someone proposes a patch.
History
Date User Action Args
2010-08-10 09:34:29bethardsetrecipients: + bethard, r.david.murray, nvie, elsdoerfer
2010-08-10 09:34:28bethardsetmessageid: <1281432868.88.0.258437524682.issue9253@psf.upfronthosting.co.za>
2010-08-10 09:34:24bethardlinkissue9253 messages
2010-08-10 09:34:24bethardcreate