Message 155188 - Python tracker
Message155188
| Author | bethard |
|---|---|
| Recipients | bethard, guilherme-pg, v+python |
| Date | 2012-03-08.23:48:53 |
| SpamBayes Score | 0.024794944 |
| Marked as misclassified | No |
| Message-id | <1331250534.54.0.561407439076.issue14191@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Actually, that could be even simpler: args, remaining_args = optionals.parse_known_args() args = positionals.parse_args(remaining_args, args) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-03-08 23:48:54 | bethard | set | recipients: + bethard, v+python, guilherme-pg |
| 2012-03-08 23:48:54 | bethard | set | messageid: <1331250534.54.0.561407439076.issue14191@psf.upfronthosting.co.za> |
| 2012-03-08 23:48:53 | bethard | link | issue14191 messages |
| 2012-03-08 23:48:53 | bethard | create | |