[Python-checkins] r69105 - python/branches/py3k/Doc/library/shelve.rst
raymond.hettinger
python-checkins at python.org
Thu Jan 29 23:26:22 CET 2009
Author: raymond.hettinger
Date: Thu Jan 29 23:26:20 2009
New Revision: 69105
Log:
Fix error in docs. The source says proto 2 is the default.
Modified:
python/branches/py3k/Doc/library/shelve.rst
Modified: python/branches/py3k/Doc/library/shelve.rst
==============================================================================
--- python/branches/py3k/Doc/library/shelve.rst (original)
+++ python/branches/py3k/Doc/library/shelve.rst Thu Jan 29 23:26:20 2009
@@ -23,7 +23,7 @@
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 0 pickles are used to serialize values. The version of the
+ By default, version 2 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
More information about the Python-checkins
mailing list