added a deprecation warning for a variable assignment, scope bug
authorArmin Ronacher <armin.ronacher@active-4.com>
Fri, 18 Sep 2009 17:32:46 +0000 (19:32 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Fri, 18 Sep 2009 17:32:46 +0000 (19:32 +0200)
commit2b48839fb65f0ce5276c3de4ad30a705e89a3162
treeb61833161ba7f0adaee6901f203d5d7518e62024
parentf1c421d6d952035cd20a036367b858fe32945f12
added a deprecation warning for a variable assignment, scope bug
that exists since 2.0, code could depend on.  See :ref:`jinja-scoping-bug`
for more information on this problem.

Tip is 2.3 as this will be the next release (will happen soon!)

--HG--
branch : trunk
.hgignore
CHANGES
docs/faq.rst
jinja2/compiler.py
jinja2/runtime.py
setup.py
tests/test_old_bugs.py