summaryrefslogtreecommitdiffstats
path: root/python/functools32/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-06-07 21:33:55 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-07 21:33:55 +0700
commit08072a44d0a9aa7663849ff59e2a582fff41e625 (patch)
treed87279a5ebda91273b57e9edec3493087ee4fbd1 /python/functools32/README
parent1ef75b0d98a5a2d3231cb95503efdeba0b0078f6 (diff)
downloadslackbuilds-08072a44d0a9aa7663849ff59e2a582fff41e625.tar.gz
slackbuilds-08072a44d0a9aa7663849ff59e2a582fff41e625.tar.xz
python/functools32: Added (Backport Python library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/functools32/README')
-rw-r--r--python/functools32/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/functools32/README b/python/functools32/README
new file mode 100644
index 0000000000..0773d8896f
--- /dev/null
+++ b/python/functools32/README
@@ -0,0 +1,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).