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 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:04martin.pantersetrecipients: + martin.panter, orsenthil, demian.brecht
2015-03-19 21:57:04martin.pantersetmessageid: <1426802224.97.0.615108273536.issue23703@psf.upfronthosting.co.za>
2015-03-19 21:57:04martin.panterlinkissue23703 messages
2015-03-19 21:57:04martin.pantercreate