[Buildbot-devel] How does isFileImportant work?, was Re: Some Questions

Jean-Paul Calderone exarkun at divmod.com
Sat Jun 21 11:45:07 UTC 2008


On Fri, 20 Jun 2008 18:58:03 +0200, Axel Hecht <l10n.moz at googlemail.com> wrote:
>You could try this
>
>from twisted.python import log
>def importQuickFiles(*args):
>  log.msg(', '.join(map(lambda a: str(a), args)))

The lambda here is redundant.  map(str, args) does the same thing. :)

Jean-Paul




More information about the devel mailing list