summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-07 09:00:06 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-07 09:00:06 (GMT)
commit520348e5c0284668738e0ba98b86e7d1a5fd8600 (patch)
treeb8dc13658241ddcedc656f37e39b220b9125cf4d /Misc
parent3ca43ed956d0806523751a6ec3858b3065fa96cb (diff)
parent028ace1ccbabd40f6491b0337054a341be47a39d (diff)
downloadcpython-520348e5c0284668738e0ba98b86e7d1a5fd8600.zip
cpython-520348e5c0284668738e0ba98b86e7d1a5fd8600.tar.gz
cpython-520348e5c0284668738e0ba98b86e7d1a5fd8600.tar.bz2
Issue #28847: dbm.dumb now supports reading read-only files and no longer
writes the index file when it is not changed.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fe8cb97..7277b2c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Issue #28847: dbm.dumb now supports reading read-only files and no longer
+ writes the index file when it is not changed.
+
What's New in Python 3.6.0 release candidate 1
==============================================