summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-02-03 04:19:10 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-02-03 04:19:10 (GMT)
commit85602268dc9d57b8965b619dd313868ebe4b9b8f (patch)
tree2f154eb4bdc4f7d2492491e7ff0e71798cdfca29 /Doc
parentf6e18066be2d8e60ee46b103ebd89124a62fac32 (diff)
downloadcpython-85602268dc9d57b8965b619dd313868ebe4b9b8f.zip
cpython-85602268dc9d57b8965b619dd313868ebe4b9b8f.tar.gz
cpython-85602268dc9d57b8965b619dd313868ebe4b9b8f.tar.bz2
The default shelve pickle protocol should have been 3.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/shelve.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/shelve.rst b/Doc/library/shelve.rst
index b39a92c..44eff59 100644
--- a/Doc/library/shelve.rst
+++ b/Doc/library/shelve.rst
@@ -23,7 +23,7 @@ lots of shared sub-objects. The keys are ordinary strings.
database file is opened for reading and writing. The optional *flag* parameter
has the same interpretation as the *flag* parameter of :func:`dbm.open`.
- By default, version 2 pickles are used to serialize values. The version of the
+ By default, version 3 pickles are used to serialize values. The version of the
pickle protocol can be specified with the *protocol* parameter.
By default, mutations to persistent-dictionary mutable entries are not