]> granicus.if.org Git - python/commit
Issue #28847: A deprecation warning is now emitted if the index file is missed
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 7 Dec 2016 09:11:12 +0000 (11:11 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 7 Dec 2016 09:11:12 +0000 (11:11 +0200)
commit4fc7942118f017c214534d29b18f2f844e68c8cf
tree96d01af875793a86f0c33cd3d08ff04d9e9586af
parent43153e4d49100b46a603afa8deeca415eb18d180
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).
Lib/dbm/dumb.py
Lib/test/test_dbm_dumb.py
Misc/NEWS