]> granicus.if.org Git - python/commit
Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Jul 2016 09:21:58 +0000 (12:21 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Jul 2016 09:21:58 +0000 (12:21 +0300)
commit0122ae9ac83afcad234aac80f77f90afabe342ea
treed0f671e0007eb5b1a785108aa37db5619b25e44d
parent9862b5194d5aa8f788d3fd38a3951d7d25d91352
Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm
behavior: creating a database in 'r' and 'w' modes and modifying a database
in 'r' mode.
Doc/library/dbm.rst
Doc/whatsnew/3.6.rst
Lib/dbm/dumb.py
Lib/test/test_dbm_dumb.py
Misc/NEWS