]> granicus.if.org Git - python/commit
Issue #28847: dubmdbm no longer writes the index file in when it is not
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 2 Dec 2016 05:58:42 +0000 (07:58 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 2 Dec 2016 05:58:42 +0000 (07:58 +0200)
commit9bd44d6dab214ab17c5505aa445388ccf8695c87
treeb98aa2b7479feaaacf7e981122e374ecd8e7bb78
parent6df26b5f5580947e80c9f6b2b77c5626036f7d17
Issue #28847: dubmdbm no longer writes the index file in when it is not
changed and supports reading read-only files.
Lib/dumbdbm.py
Lib/test/test_dumbdbm.py
Misc/NEWS