~ubuntu-branches/ubuntu/karmic/python3.0/karmic

« back to all changes in this revision

Viewing changes to Doc/library/shelve.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-16 17:18:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216171823-1d5cm5qnnjvmnzzm
Tags: 3.0.1-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
   database file is opened for reading and writing.  The optional *flag* parameter
24
24
   has the same interpretation as the *flag* parameter of :func:`dbm.open`.
25
25
 
26
 
   By default, version 0 pickles are used to serialize values.  The version of the
 
26
   By default, version 3 pickles are used to serialize values.  The version of the
27
27
   pickle protocol can be specified with the *protocol* parameter.
28
28
 
29
29
   By default, mutations to persistent-dictionary mutable entries are not