summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-04-04 05:37:47 +0000
committerRaymond Hettinger <python@rcn.com>2009-04-04 05:37:47 +0000
commit64906bbeba84d44c2704fce5f872171e596f60d1 (patch)
tree75b4fe98839071975fef6cc7cf427edf3c800c96
parent353a85f99ca954c220be61454af6c93258d4fd80 (diff)
downloadcpython-git-64906bbeba84d44c2704fce5f872171e596f60d1.tar.gz
Add helpful link.
-rw-r--r--Doc/library/shelve.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/shelve.rst b/Doc/library/shelve.rst
index 1776b7d5cc..b5e7eae815 100644
--- a/Doc/library/shelve.rst
+++ b/Doc/library/shelve.rst
@@ -51,6 +51,12 @@ One additional method is supported:
disk, if feasible. This is called automatically when the shelf is closed with
:meth:`close`.
+.. seealso::
+
+ `Persistent dictionary recipe <http://code.activestate.com/recipes/576642/>`_
+ with widely supported storage formats and having the speed of native
+ dictionaries.
+
Restrictions
------------