]> git.ipfire.org Git - thirdparty/jinja.git/commit
support pathlib in FileSystemLoader and ModuleLoader
authorAlex Chan <alex@alexwlchan.net>
Sun, 22 Sep 2019 07:56:46 +0000 (08:56 +0100)
committerDavid Lord <davidism@gmail.com>
Mon, 21 Oct 2019 13:13:58 +0000 (06:13 -0700)
commit12307960dc8c6809fee3f667008fa803365702f6
tree506d8bd5356883afd652e27355cd400df439ae7e
parent29d1ff41196c015c72b39d2f6ab75bf90b840070
support pathlib in FileSystemLoader and ModuleLoader
CHANGES.rst
jinja2/_compat.py
jinja2/loaders.py
tests/conftest.py
tests/res/templates/variable_encoding.txt [new file with mode: 0644]
tests/test_loader.py