On Fri, May 8, 2009 at 5:17 PM, Dustin J. Mitchell <[email protected]> wrote: >>>> print "|".join(str(x) for x in range(10)) >>>> print "|".join([str(x) for x in range(10)])
never mind - I found an old box. Indeed, list comprehensions were much earlier than generator expressions. Can I get a review of the attached patch? Dustin -- Open Source Storage Engineer http://www.zmanda.com
listcomp.patch
Description: Binary data
_______________________________________________ Svnmerge mailing list [email protected] http://www.orcaware.com/mailman/listinfo/svnmerge
