]> git.ipfire.org Git - thirdparty/jinja.git/commit
Fixed warnings if Python is run with -3.
authorArmin Ronacher <armin.ronacher@active-4.com>
Wed, 7 Aug 2013 11:48:37 +0000 (12:48 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 7 Aug 2013 11:48:37 +0000 (12:48 +0100)
commit563fd2e74af39a75bbc4eee451d4570d20e0beec
treed92fa3b2caf0fb9bb6cbe088b8f209712cc21725
parentad09fe32dd02b6334d3b818c11b4a142866e7a87
Fixed warnings if Python is run with -3.

This also adds proper hashing and comparision support to
undefined objects.

This fixes #224
CHANGES
jinja2/nodes.py
jinja2/runtime.py