From 64906bbeba84d44c2704fce5f872171e596f60d1 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 4 Apr 2009 05:37:47 +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 1776b7d5cc..b5e7eae815 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 ------------ -- 2.50.0