diff options
author | Skip Montanaro <skip@pobox.com> | 2008-12-06 17:43:30 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2008-12-06 17:43:30 (GMT) |
commit | 45313fe6e0fbb546e9cb781136b098b6eb8c92c7 (patch) | |
tree | acf99db9e5040ccbca667162a03d13fb1352377c /Misc | |
parent | f5d5a663491bdcf08a135db322eee4ac43522524 (diff) | |
download | cpython-45313fe6e0fbb546e9cb781136b098b6eb8c92c7.zip cpython-45313fe6e0fbb546e9cb781136b098b6eb8c92c7.tar.gz cpython-45313fe6e0fbb546e9cb781136b098b6eb8c92c7.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
@@ -65,6 +65,9 @@ Core and Builtins Library ------- +- Issue #4483: _dbm module now builds on systems with gdbm & gdbm_compat + libs. + - Issue #4529: fix the parser module's validation of try-except-finally statements. |