]> git.ipfire.org Git - thirdparty/jinja.git/commit
Added support for line-based comments.
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 30 Mar 2009 19:00:16 +0000 (21:00 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 30 Mar 2009 19:00:16 +0000 (21:00 +0200)
commit59b6bd5d8480fcdc61936e691969e72fb4bb2e83
tree7c5a1713a92f0a76f183fd36c562b9a7118c1b44
parent1dcafe5d1cba30c82947cda768fe18966b83c41c
Added support for line-based comments.

--HG--
branch : trunk
CHANGES
docs/templates.rst
jinja2/defaults.py
jinja2/environment.py
jinja2/ext.py
jinja2/lexer.py
tests/test_old_bugs.py
tests/test_parser.py