diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-07 08:56:39 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-07 08:56:39 (GMT) |
commit | 028ace1ccbabd40f6491b0337054a341be47a39d (patch) | |
tree | 8a404a9628b4ad565eaa49d2669f57b1b5c635e1 /Misc | |
parent | e5031260741e18968faedd19c2ac617ddc8f5c32 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |