A simple and slow database implemented entirely in Python. This should only be used when no other DBM-style database is available.
The optional mode argument is the Unix mode of the file, used
only when the database has to be created. It defaults to octal
0666
(and will be modified by the prevailing umask).
Changed in version 2.2:
The mode argument was ignored in earlier
versions.
See About this document... for information on suggesting changes.