When will they fix Python _dbm?

justin walters walters.justin01 at gmail.com
Tue Dec 6 13:17:34 EST 2016


On Mon, Dec 5, 2016 at 5:06 PM, clvanwall <clvanwall at gmail.com> wrote:

> will thid do?  John
>

Looks like you need to use dbm.ndbm.open() instead of just dbm.open().

See the docs here for more info:
https://docs.python.org/3/library/dbm.html#module-dbm.ndbm



More information about the Python-list mailing list