Message 238566 - Python tracker
Message238566
| Author | martin.panter |
|---|---|
| Recipients | demian.brecht, martin.panter, orsenthil |
| Date | 2015-03-19.21:57:04 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1426802224.97.0.615108273536.issue23703@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Patch looks good enough. BTW I was thinking of something like this, which is a bit simpler, but I never tested it: segments[1:-1] = filter(None, segments[1:-1]) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-03-19 21:57:04 | martin.panter | set | recipients: + martin.panter, orsenthil, demian.brecht |
| 2015-03-19 21:57:04 | martin.panter | set | messageid: <1426802224.97.0.615108273536.issue23703@psf.upfronthosting.co.za> |
| 2015-03-19 21:57:04 | martin.panter | link | issue23703 messages |
| 2015-03-19 21:57:04 | martin.panter | create | |