slackbuilds/python/functools32
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README python/functools32: Added (Backport Python library). 2015-06-07 21:33:55 +07:00
functools32.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02: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).