rest25/library/dumbdbm.rst => rest262/library/dumbdbm.rst
n1- 
2:mod:`dumbdbm` --- Portable DBM implementation
3==============================================
4
5.. module:: dumbdbm
6   :synopsis: Portable implementation of the simple DBM interface.
7
n7+.. note::
8+   The :mod:`dumbdbm` module has been renamed to :mod:`dbm.dumb` in Python 3.0.
9+   The :term:`2to3` tool will automatically adapt imports when converting your
10+   sources to 3.0.
8
9.. index:: single: databases
10
11.. note::
12
13   The :mod:`dumbdbm` module is intended as a last resort fallback for the
14   :mod:`anydbm` module when no more robust module is available. The :mod:`dumbdbm`
15   module is not written for speed and is not nearly as heavily used as the other
69
70Dumbdbm Objects
71---------------
72
73In addition to the methods provided by the :class:`UserDict.DictMixin` class,
74:class:`dumbdbm` objects provide the following methods.
75
76
t77-.. method:: XXX Class.sync()
t80+.. method:: dumbdbm.sync()
78
79   Synchronize the on-disk directory and data files.  This method is called by the
80   :meth:`sync` method of :class:`Shelve` objects.
81
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op