tuple unpacking at compile time is handled properly now
authorArmin Ronacher <armin.ronacher@active-4.com>
Wed, 9 Apr 2008 10:14:24 +0000 (12:14 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 9 Apr 2008 10:14:24 +0000 (12:14 +0200)
commit180a1bd140f1ac0915c552f871844d9977420b34
tree1e2785e3899a53d5555ecb36e41a79eb9fae6fd0
parent81b881709326684091fecbf2d25999cbf48e805e
tuple unpacking at compile time is handled properly now

--HG--
branch : trunk
jinja2/compiler.py
jinja2/optimizer.py
jinja2/runtime.py
test_optimizer.py