diff options
author | Armin Ronacher <armin.ronacher@active-4.com> | 2009-09-18 19:32:46 +0200 |
---|---|---|
committer | Armin Ronacher <armin.ronacher@active-4.com> | 2009-09-18 19:32:46 +0200 |
commit | 2b48839fb65f0ce5276c3de4ad30a705e89a3162 (patch) | |
tree | b61833161ba7f0adaee6901f203d5d7518e62024 /.hgignore | |
parent | f1c421d6d952035cd20a036367b858fe32945f12 (diff) | |
download | jinja2-2b48839fb65f0ce5276c3de4ad30a705e89a3162.tar.gz |
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
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ ^jinja2/.*\.so$ ^docs/_build ^(build|dist|Jinja2\.egg-info)/ -\.py[co]$ +\.py[cod]$ \$py\.class$ \.DS_Store$ ^j?env/ |