Fixed a scoping bug that was introduced in the development version and was
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 25 Oct 2009 11:46:31 +0000 (12:46 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 25 Oct 2009 11:46:31 +0000 (12:46 +0100)
commit74230e6a386f077dd446a7dd3bf329c078e602ad
tree2e35ecc608bbf07555e24594d34332fb86f0cc9c
parent2b48839fb65f0ce5276c3de4ad30a705e89a3162
Fixed a scoping bug that was introduced in the development version and was
triggered by multiple layers of local variables not tracked properly in if
statements.

--HG--
branch : trunk
jinja2/compiler.py
jinja2/utils.py
tests/test_old_bugs.py