Jinja doesn't have keywords any longer. The reason for this radical change is that...
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 1 May 2008 20:20:05 +0000 (22:20 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 1 May 2008 20:20:05 +0000 (22:20 +0200)
commit115de2e349a010eb66af8d175222414149c4ca7c
tree7428c4127450efa43423d215f56fd6c9fc61d22a
parent000b49193cad77be48020a6ad2195584e4a4ae0e
Jinja doesn't have keywords any longer.  The reason for this radical change is that the previous keywords where incompatible with the python keywords which made it impossible to name a variable "filter" or call a function with such a keyword parameter.

--HG--
branch : trunk
jinja2/datastructure.py
jinja2/environment.py
jinja2/ext.py
jinja2/lexer.py
jinja2/parser.py
tests/test_syntax.py