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 andersk, bethard, davidben, drm, eric.araujo, eric.smith, gdb, nelhage, r.david.murray
Date 2011-02-10.07:11:32
SpamBayes Score 0.0013915158
Marked as misclassified No
Message-id <1297321895.93.0.333088340258.issue9334@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe dont_assume_everything_that_looks_like_a_flag_is_intended_to_be_one should actually be a new class, e.g.

    parser = AllowFlagsAsPositionalArgumentsArgumentParser()

Then you just wouldn't provide parse_known_args on that parser.
History
Date User Action Args
2011-02-10 07:11:36bethardsetrecipients: + bethard, eric.smith, eric.araujo, r.david.murray, andersk, gdb, nelhage, drm, davidben
2011-02-10 07:11:35bethardsetmessageid: <1297321895.93.0.333088340258.issue9334@psf.upfronthosting.co.za>
2011-02-10 07:11:32bethardlinkissue9334 messages
2011-02-10 07:11:32bethardcreate