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 idank
Recipients eric.araujo, idank, rr2do2
Date 2012-09-21.21:24:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348262642.84.0.710934643644.issue14174@psf.upfronthosting.co.za>
In-reply-to
Content
I just ran into this issue myself and worked around it by using parse_known_args*.

* http://docs.python.org/library/argparse.html#partial-parsing
History
Date User Action Args
2012-09-21 21:24:03idanksetrecipients: + idank, eric.araujo, rr2do2
2012-09-21 21:24:02idanksetmessageid: <1348262642.84.0.710934643644.issue14174@psf.upfronthosting.co.za>
2012-09-21 21:24:01idanklinkissue14174 messages
2012-09-21 21:24:01idankcreate