summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2008-12-06 17:25:02 (GMT)
committerSkip Montanaro <skip@pobox.com>2008-12-06 17:25:02 (GMT)
commitc1ce286061d02b8e3701633dd22c3ce813f9a6f6 (patch)
treed7846d1669940c0efb046796b815826fbfd03a74 /Misc
parent008d8ef1a87dcf8fdada5ab01e27dcb6e4100472 (diff)
downloadcpython-c1ce286061d02b8e3701633dd22c3ce813f9a6f6.zip
cpython-c1ce286061d02b8e3701633dd22c3ce813f9a6f6.tar.gz
cpython-c1ce286061d02b8e3701633dd22c3ce813f9a6f6.tar.bz2
issue 4483 - _dbm build failures on systems with gdbm_compat lib.
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 472751f..9445457 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,9 @@ Core and Builtins
Library
-------
+- Issue #4483: _dbm module now builds on systems with gdbm & gdbm_compat
+ libs.
+
- Issue #4542: On Windows, binascii.crc32 still accepted str as binary input;
the corresponding tests now pass.