]> git.ipfire.org Git - thirdparty/jinja.git/commit
Fix Python 3 compatibility of BytecodeCache by checking for `if
authorMarc Abramowitz <marc@marc-abramowitz.com>
Thu, 6 Jun 2013 05:40:03 +0000 (22:40 -0700)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 7 Aug 2013 11:30:38 +0000 (12:30 +0100)
commitdc3b431829afa616f11f3d781bfabe573e54f40c
treeb36bb0b2ce2739b5437bfefcd9aff704ea42d115
parent10707853c4a0a02d52233581375be246e0d33598
Fix Python 3 compatibility of BytecodeCache by checking for `if
isinstance(filename, text_type)` instead of `if isinstance(filename,
unicode)`
jinja2/bccache.py