diff options
author | Skip Montanaro <skip@pobox.com> | 2008-12-06 17:25:02 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2008-12-06 17:25:02 (GMT) |
commit | c1ce286061d02b8e3701633dd22c3ce813f9a6f6 (patch) | |
tree | d7846d1669940c0efb046796b815826fbfd03a74 /Misc | |
parent | 008d8ef1a87dcf8fdada5ab01e27dcb6e4100472 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |