summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-07 08:56:39 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-07 08:56:39 (GMT)
commit028ace1ccbabd40f6491b0337054a341be47a39d (patch)
tree8a404a9628b4ad565eaa49d2669f57b1b5c635e1 /Misc
parente5031260741e18968faedd19c2ac617ddc8f5c32 (diff)
downloadcpython-028ace1ccbabd40f6491b0337054a341be47a39d.zip
cpython-028ace1ccbabd40f6491b0337054a341be47a39d.tar.gz
cpython-028ace1ccbabd40f6491b0337054a341be47a39d.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 1575c9a..07897d7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -121,6 +121,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.
+
- Issue #25659: In ctypes, prevent a crash calling the from_buffer() and
from_buffer_copy() methods on abstract classes like Array.