summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2009-09-18 19:32:46 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2009-09-18 19:32:46 +0200
commit2b48839fb65f0ce5276c3de4ad30a705e89a3162 (patch)
treeb61833161ba7f0adaee6901f203d5d7518e62024 /.hgignore
parentf1c421d6d952035cd20a036367b858fe32945f12 (diff)
downloadjinja2-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--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index d5acae4..3204fc7 100644
--- a/.hgignore
+++ b/.hgignore
@@ -3,7 +3,7 @@
^jinja2/.*\.so$
^docs/_build
^(build|dist|Jinja2\.egg-info)/
-\.py[co]$
+\.py[cod]$
\$py\.class$
\.DS_Store$
^j?env/