From: Greg Price Date: Sun, 20 Dec 2009 02:59:59 +0000 (-0500) Subject: list.mako: map/lambda make Guido sad, use a comprehension X-Git-Tag: 0.1.0^2~16 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/680dea8afeb9fb32974c2db772e0b2861c1af4d8?ds=inline;hp=680dea8afeb9fb32974c2db772e0b2861c1af4d8 list.mako: map/lambda make Guido sad, use a comprehension In Python jargon this is not actually a "comprehension", which is reserved for list comprehensions, but a "generator expression". Just in case someone cares. svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2719 ---