cpython/Lib/dbm
Serhiy Storchaka 4fc7942118 Issue #28847: A deprecation warning is now emitted if the index file is missed
and recreated in the 'r' and 'w' modes (will be an error in future Python
releases).
2016-12-07 11:11:12 +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: A deprecation warning is now emitted if the index file is missed 2016-12-07 11:11:12 +02:00
gnu.py Create the dbm package from PEP 3108. #2881. 2008-05-26 10:29:35 +00:00
ndbm.py Create the dbm package from PEP 3108. #2881. 2008-05-26 10:29:35 +00:00