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 eric.smith
Recipients andersk, bethard, davidben, drm, eric.araujo, eric.smith, gdb, nelhage, r.david.murray
Date 2011-02-08.14:01:21
SpamBayes Score 0.00068192306
Marked as misclassified No
Message-id <1297173682.39.0.267609751818.issue9334@psf.upfronthosting.co.za>
In-reply-to
Content
Without guessing which args are options, I don't see how it's possible to implement parse_known_args().

I'd propose raising an exception if it's called and dont_assume_everything_that_looks_like_a_flag_is_intended_to_be_one (or whatever it ends up being called) is True.
History
Date User Action Args
2011-02-08 14:01:22eric.smithsetrecipients: + eric.smith, bethard, eric.araujo, r.david.murray, andersk, gdb, nelhage, drm, davidben
2011-02-08 14:01:22eric.smithsetmessageid: <1297173682.39.0.267609751818.issue9334@psf.upfronthosting.co.za>
2011-02-08 14:01:21eric.smithlinkissue9334 messages
2011-02-08 14:01:21eric.smithcreate