]> granicus.if.org Git - python/commit
Add functools.lfu_cache() and functools.lru_cache().
authorRaymond Hettinger <python@rcn.com>
Sat, 31 Jul 2010 10:11:39 +0000 (10:11 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 31 Jul 2010 10:11:39 +0000 (10:11 +0000)
commit9e46ef819c38ec76273d7ffb35bcd14a558d35d4
treed18a0bf2fdcf650f268b97945d058effbc357d40
parent17e3d698b512025d525c1ecb6b0531b575ad5518
Add functools.lfu_cache() and functools.lru_cache().
Doc/library/functools.rst
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS