From: Raymond Hettinger Date: Sat, 4 Apr 2009 05:39:34 +0000 (+0000) Subject: Add helpful link. X-Git-Tag: v2.6.2c1~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8de959252a9823d9f7014222118551d1f351a7f5;p=thirdparty%2FPython%2Fcpython.git Add helpful link. --- diff --git a/Doc/library/shelve.rst b/Doc/library/shelve.rst index 1776b7d5cc69..b5e7eae815e9 100644 --- a/Doc/library/shelve.rst +++ b/Doc/library/shelve.rst @@ -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 `_ + with widely supported storage formats and having the speed of native + dictionaries. + Restrictions ------------