commit | 45313fe6e0fbb546e9cb781136b098b6eb8c92c7 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Sat Dec 06 17:43:30 2008 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Sat Dec 06 17:43:30 2008 +0000 |
tree | acf99db9e5040ccbca667162a03d13fb1352377c | |
parent | f5d5a663491bdcf08a135db322eee4ac43522524 [diff] [blame] |
issue 4483 - dbm build failures on systems with gdbm_compat lib.
diff --git a/Misc/NEWS b/Misc/NEWS index 1a70e31..e916d08 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -65,6 +65,9 @@ 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.