there is now a workaround in the compiler that makes sure it's possible to call thing...
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 26 Apr 2008 14:26:52 +0000 (16:26 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 26 Apr 2008 14:26:52 +0000 (16:26 +0200)
commit2feed1d5e249329b8f09e0392fc741f44e6948a4
tree6227e574d532594c99d0e485f9576fee266a56f3
parentde6bf71e8f22cac9b0a06016b23b7dd64913226b
there is now a workaround in the compiler that makes sure it's possible to call things with python keywords.  {{ foo(class=42) }} works again

--HG--
branch : trunk
examples/bench.py
jinja2/compiler.py
jinja2/environment.py
jinja2/ext.py
jinja2/nodes.py
jinja2/parser.py
jinja2/runtime.py