cpython/Lib/dbm
Serhiy Storchaka 028ace1ccb Issue #28847: dbm.dumb now supports reading read-only files and no longer
writes the index file when it is not changed.
2016-12-07 10:56:39 +02:00
..
__init__.py Issue #22831: Use "with" to avoid possible fd leaks. 2015-04-04 11:01:02 +03:00
dumb.py Issue #28847: dbm.dumb now supports reading read-only files and no longer 2016-12-07 10:56:39 +02:00
gnu.py
ndbm.py