We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5457d commit 563e057Copy full SHA for 563e057
1 file changed
Doc/library/shelve.rst
@@ -60,7 +60,8 @@ lots of shared sub-objects. The keys are ordinary strings.
60
to load a shelf from an untrusted source. Like with pickle, loading a shelf
61
can execute arbitrary code.
62
63
-Shelf objects support all methods supported by dictionaries. This eases the
+Shelf objects support most of methods and operations supported by dictionaries
64
+(except copying, constructors and operators ``|`` and ``|=``). This eases the
65
transition from dictionary based scripts to those requiring persistent storage.
66
67
Two additional methods are supported:
0 commit comments