again documentation updates fixed another python 2.4 bug. Imports are not evaluated...
authorArmin Ronacher <armin.ronacher@active-4.com>
Tue, 29 Apr 2008 11:43:16 +0000 (13:43 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Tue, 29 Apr 2008 11:43:16 +0000 (13:43 +0200)
commitd84ec46a1c6a11a53ed8f1f517e597425a406217
tree439e338b78f0712ee29fced1e82185d7f8a4ab6a
parent1ae4fdfc72d5a88957ccc16a9ad134a8c7e5423d
again documentation updates fixed another python 2.4 bug.  Imports are not evaluated with the template context any longer which makes it possible to keep them in memory

--HG--
branch : trunk
docs/api.rst
docs/templates.rst
jinja2/compiler.py
jinja2/environment.py
jinja2/ext.py
jinja2/nodes.py
jinja2/runtime.py
jinja2/utils.py