summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2008-12-06 17:43:30 (GMT)
committerSkip Montanaro <skip@pobox.com>2008-12-06 17:43:30 (GMT)
commit45313fe6e0fbb546e9cb781136b098b6eb8c92c7 (patch)
treeacf99db9e5040ccbca667162a03d13fb1352377c /Misc
parentf5d5a663491bdcf08a135db322eee4ac43522524 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a70e31..e916d08 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.