]> git.ipfire.org Git - thirdparty/jinja.git/commit
Added new method itervalues() to LRUCache and deprecated itervalue() 1008/head
authorgokcegrbl <gokcegrbl@hotmail.com>
Fri, 31 May 2019 12:28:44 +0000 (12:28 +0000)
committergokcegrbl <gokcegrbl@hotmail.com>
Fri, 31 May 2019 12:28:44 +0000 (12:28 +0000)
commit90595070ae0c8da489faf24f153b918d2879e759
tree3e54d416a1f369a265dcffa5f085adbb5d9b8a31
parent30685be0896119b3d6cd0f3d5baa8a616cfb8e14
Added new method itervalues() to LRUCache and deprecated itervalue()

(Fixes pallets/jinja#999)
jinja2/utils.py
tests/test_utils.py