Message 128179 - Python tracker
Message128179
| 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:22 | eric.smith | set | recipients: + eric.smith, bethard, eric.araujo, r.david.murray, andersk, gdb, nelhage, drm, davidben |
| 2011-02-08 14:01:22 | eric.smith | set | messageid: <1297173682.39.0.267609751818.issue9334@psf.upfronthosting.co.za> |
| 2011-02-08 14:01:21 | eric.smith | link | issue9334 messages |
| 2011-02-08 14:01:21 | eric.smith | create | |