| ★ wanayoo — archive 1999 http://www.pythonware.com/library/online/python/lib/module-dumbdbm.html | Nouvelle recherche | Portail wanayoo |
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).