summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-12-01 00:47:56 (GMT)
committerRaymond Hettinger <python@rcn.com>2010-12-01 00:47:56 (GMT)
commit00f2f97dbd3db898e5d6c2368edc780a81e2e5fe (patch)
treedfa950c21ab861ef481a0cb2419e99192dec6382 /Doc
parentc0abc4e3a485f9c43c1d98be29d76f1738d8bd01 (diff)
downloadcpython-00f2f97dbd3db898e5d6c2368edc780a81e2e5fe.zip
cpython-00f2f97dbd3db898e5d6c2368edc780a81e2e5fe.tar.gz
cpython-00f2f97dbd3db898e5d6c2368edc780a81e2e5fe.tar.bz2
Doc and docstring nits.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/functools.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/functools.rst b/Doc/library/functools.rst
index 9c44fb1..c593d70 100644
--- a/Doc/library/functools.rst
+++ b/Doc/library/functools.rst
@@ -91,6 +91,10 @@ The :mod:`functools` module defines the following functions:
.. versionadded:: 3.2
+ .. seealso::
+
+ Recipe for a `plain cache without the LRU feature
+ <http://code.activestate.com/recipes/577479-simple-caching-decorator/>`_.
.. decorator:: total_ordering