diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2017-05-01 07:45:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-01 07:45:52 +0700 |
commit | 1b73a1854dc61af7f6c536fbd7afdec877106fb3 (patch) | |
tree | 848ef610a971fac88797775eed4cb7ef4f5e186c /python/functools-lru-cache/README | |
parent | f37363d25a127b070979d94ada634e3b738f3a66 (diff) | |
download | slackbuilds-1b73a1854dc61af7f6c536fbd7afdec877106fb3.tar.gz |
python/functools-lru-cache: Added (Python module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000..037d48ee75 --- /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. |