Message 128266 - Python tracker
Message128266
| 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:36 | bethard | set | recipients: + bethard, eric.smith, eric.araujo, r.david.murray, andersk, gdb, nelhage, drm, davidben |
| 2011-02-10 07:11:35 | bethard | set | messageid: <1297321895.93.0.333088340258.issue9334@psf.upfronthosting.co.za> |
| 2011-02-10 07:11:32 | bethard | link | issue9334 messages |
| 2011-02-10 07:11:32 | bethard | create | |