summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-03-15 12:49:46 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-03-15 12:49:46 (GMT)
commit9550aa1c8146d0c480c1164215418bb21d6a3c3e (patch)
treeb269885779af70bb98391990beef847e40c02ab3 /Misc
parent68f52178d9a77bb598664a090019f8f971d3de7d (diff)
downloadcpython-9550aa1c8146d0c480c1164215418bb21d6a3c3e.zip
cpython-9550aa1c8146d0c480c1164215418bb21d6a3c3e.tar.gz
cpython-9550aa1c8146d0c480c1164215418bb21d6a3c3e.tar.bz2
- Issue #6949: Allow the _dbm extension to be built with db 4.8.x.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2b0bd70..440fe76 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -781,6 +781,8 @@ Library
Extension Modules
-----------------
+- Issue #6949: Allow the _dbm extension to be built with db 4.8.x.
+
- Issue #6544: fix a reference leak in the kqueue implementation's error
handling.