]> git.ipfire.org Git - thirdparty/jinja.git/commit
Add a policy for the ascii literal behavior. Fixes #392
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 7 Jan 2017 13:57:44 +0000 (14:57 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 7 Jan 2017 13:57:44 +0000 (14:57 +0100)
commit028f058370265f86ce36fc1313520c81e63fb9f0
treec2fd3ebac437fea7877617011b95b8ef797fa732
parentfa80a0df1f20bd5ddcfc1c414c56d8429e573476
Add a policy for the ascii literal behavior.  Fixes #392
CHANGES
docs/api.rst
jinja2/compiler.py
jinja2/defaults.py
jinja2/lexer.py
jinja2/nodes.py
tests/test_features.py