summaryrefslogtreecommitdiff
path: root/devel/py-functools32/DESCR
blob: fe6dd3a0540036e8c0ac87a706b8505ef1ec8b5d (plain)
1
2
3
This is a backport of the functools standard library module from Python 3.2.3
for use on Python 2.7 and PyPy. It includes new features lru_cache
(Least-recently-used cache decorator).