summaryrefslogtreecommitdiff
path: root/Doc/library/shelve.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-04-04 05:39:52 +0000
committerRaymond Hettinger <python@rcn.com>2009-04-04 05:39:52 +0000
commit202cbba3e1f3d57ace61c3fc6467fd14333d3674 (patch)
tree7af88be11fadfd5b6f9aef29136ee5ab8dc1af87 /Doc/library/shelve.rst
parent28a984fe0d7a12e4fa6ea701a3515e7446bb8fe0 (diff)
downloadcpython-202cbba3e1f3d57ace61c3fc6467fd14333d3674.tar.gz
Add helpful link.
Diffstat (limited to 'Doc/library/shelve.rst')
-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 44eff59d67..a023504a82 100644
--- a/Doc/library/shelve.rst
+++ b/Doc/library/shelve.rst
@@ -48,6 +48,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
------------