Fixed a scoping bug that caused the immutable scoping rule to be ignored
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 5 Apr 2010 16:43:07 +0000 (18:43 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 5 Apr 2010 16:43:07 +0000 (18:43 +0200)
commit8a672512e7275985b8bc4be24b470c99a1be79ec
tree86350d2478ff24596b0dfec99b1be63659b58bbf
parent752ba7f0d9831fb79cde22c1ceb678f79b16adce
Fixed a scoping bug that caused the immutable scoping rule to be ignored
in a few edge cases.  This clauses #376.

--HG--
branch : trunk
jinja2/compiler.py
jinja2/testsuite/regression.py