From: Raymond Hettinger Date: Sat, 4 Apr 2009 05:39:52 +0000 (+0000) Subject: Add helpful link. X-Git-Tag: v3.1a2~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65c9eb224803c5416eb11f48c0a1e621a9737a7d;p=thirdparty%2FPython%2Fcpython.git Add helpful link. --- diff --git a/Doc/library/shelve.rst b/Doc/library/shelve.rst index 44eff59d67da..a023504a82d4 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 `_ + with widely supported storage formats and having the speed of native + dictionaries. + Restrictions ------------