cpython/Misc/NEWS.d/next/Library/2018-02-02-17-21-24.bpo-327...

4 lines
163 B
ReStructuredText

A :mod:`dbm.dumb` database opened with flags 'r' is now read-only.
:func:`dbm.dumb.open` with flags 'r' and 'w' no longer creates a database if
it does not exist.