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

index 44eff59d67da75f22af1e75c1585d72c157ce3ff..a023504a82d4e7afe1a7a76c55d426b95b95220d 100644 (file)
@@ -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
 ------------