<div dir="ltr">On Wed, Aug 27, 2008 at 7:30 PM, Bruce Leban <span dir="ltr"><<a href="mailto:bruce@leapyear.org">bruce@leapyear.org</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">[t for t in [t.strip() for t in text.split('\n')] if t != '']<div><div></div><div class="Wj3C7c"></div></div></div></blockquote><div><br>Yes, and other ways could be found with imap/map, but I would find this simpler and more natural :<br>
<br>[t.strip() as s for t in text.split('\n') if s != '']<br><br>Regards<br>Tarek<br></div></div>
</div>