]> git.ipfire.org Git - thirdparty/jinja.git/commit
Setting __sub__ equal to _fail_with_undefined_error so subtractions with 530/head
authorNick Garcia <Nick.Garcia@adp.com>
Thu, 7 Jan 2016 23:23:26 +0000 (15:23 -0800)
committerNick Garcia <Nick.Garcia@adp.com>
Thu, 7 Jan 2016 23:23:26 +0000 (15:23 -0800)
commitdd85761cedfaef03e18612b1fe1733e848124dab
tree837ce6fe3761177e8fe10c5206363e3598a7b371
parent5b498453b5898257b2287f14ef6c363799f1405a
Setting __sub__ equal to _fail_with_undefined_error so subtractions with
undefined variables will fail properly like other arithemtic operations.
jinja2/runtime.py
tests/test_api.py