[Python-checkins] r71120 - python/branches/release30-maint/Doc/library/shelve.rst

raymond.hettinger python-checkins at python.org
Sat Apr 4 07:39:19 CEST 2009


Author: raymond.hettinger
Date: Sat Apr  4 07:39:19 2009
New Revision: 71120

Log:
Add helpful link.

Modified:
   python/branches/release30-maint/Doc/library/shelve.rst

Modified: python/branches/release30-maint/Doc/library/shelve.rst
==============================================================================
--- python/branches/release30-maint/Doc/library/shelve.rst	(original)
+++ python/branches/release30-maint/Doc/library/shelve.rst	Sat Apr  4 07:39:19 2009
@@ -48,6 +48,12 @@
    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
 ------------


More information about the Python-checkins mailing list