]> granicus.if.org Git - python/commitdiff
Add helpful link.
authorRaymond Hettinger <python@rcn.com>
Sat, 4 Apr 2009 05:39:34 +0000 (05:39 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 4 Apr 2009 05:39:34 +0000 (05:39 +0000)
Doc/library/shelve.rst

index 1776b7d5cc69d9168f22790d7ee58656635f8745..b5e7eae815e97a15d289cfcbef3b238e385c95e6 100644 (file)
@@ -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
 ------------