slackbuilds/python/functools32
Robby Workman 67b98ddc4d python/functools32: Fixed VERSION in build script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2020-01-03 03:17:31 -06:00
..
README python/functools32: Added (Backport Python library). 2015-06-07 21:33:55 +07:00
functools32.SlackBuild python/functools32: Fixed VERSION in build script 2020-01-03 03:17:31 -06:00
functools32.info python/functools32: Added (Backport Python library). 2015-06-07 21:33:55 +07:00
slack-desc python/functools32: Added (Backport Python library). 2015-06-07 21:33:55 +07:00

README

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).