From: Raymond Hettinger Date: Sat, 4 Apr 2009 05:39:19 +0000 (+0000) Subject: Add helpful link. X-Git-Tag: 3.0~264 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d186f66493e52f1a70d95c7e1322cf3a6a28d72a;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 ------------