n | |
| :mod:`dumbdbm` --- Portable DBM implementation |
| ============================================== |
| |
| .. module:: dumbdbm |
| :synopsis: Portable implementation of the simple DBM interface. |
| |
n | .. note:: |
| The :mod:`dumbdbm` module has been renamed to :mod:`dbm.dumb` in Python 3.0. |
| The :term:`2to3` tool will automatically adapt imports when converting your |
| sources to 3.0. |
| |
| .. index:: single: databases |
| |
| .. note:: |
| |
| The :mod:`dumbdbm` module is intended as a last resort fallback for the |
| :mod:`anydbm` module when no more robust module is available. The :mod:`dumbdbm` |
| module is not written for speed and is not nearly as heavily used as the other |