On 4/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Maybe it's a bug in Python :) :) :)
Actually, this was just raised on the Python-dev list a few weeks ago, and pretty well thrashed out. My favorite counterexample: words = ['How', 'do', '', 'you', 'remove', '', 'blank', 'strings', '', 'from', 'a', 'sequence', 'when', 'false', '', 'is', 'false?'] nonblanks = filter(None, a) -- Tim Lesher <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

