Add helpful link.

This commit is contained in:
Raymond Hettinger 2009-04-04 05:39:34 +00:00
parent b20df9a89a
commit 8de959252a
1 changed files with 6 additions and 0 deletions

View 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
------------