diff options
Diffstat (limited to 'python/functools-lru-cache/README')
-rw-r--r-- | python/functools-lru-cache/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/functools-lru-cache/README b/python/functools-lru-cache/README new file mode 100644 index 0000000000000..037d48ee75d07 --- /dev/null +++ b/python/functools-lru-cache/README @@ -0,0 +1,2 @@ +This is a backport of functools.lru_cache from Python 3.3 as published +at ActiveState. |