From 65c9eb224803c5416eb11f48c0a1e621a9737a7d Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 4 Apr 2009 05:39:52 +0000 Subject: [PATCH] Add helpful link. --- Doc/library/shelve.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Doc/library/shelve.rst b/Doc/library/shelve.rst index 44eff59d67..a023504a82 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 ------------ -- 2.50.1