list.mako: map/lambda make Guido sad, use a comprehension
authorGreg Price <price@mit.edu>
Sun, 20 Dec 2009 02:59:59 +0000 (21:59 -0500)
committerGreg Price <price@mit.edu>
Sun, 20 Dec 2009 02:59:59 +0000 (21:59 -0500)
commit680dea8afeb9fb32974c2db772e0b2861c1af4d8
treeaa7e6f93ab6b9233563a52807607645aed93aa56
parentc6a55b3a1fb15ced3603a409081aab943e81a058
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
code/templates/list.mako