summaryrefslogtreecommitdiffstats
path: root/python/functools32/README
diff options
context:
space:
mode:
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).