summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2012-07-01 08:35:54 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2012-07-01 08:35:54 (GMT)
commit15bac0f4da14c9a6b74fbb9048726bbe266c2977 (patch)
treef9553213e9b11838d0a2fed2eb7a214548ea99ba /Misc
parent487f191b799ec102ab8f24ff7bd92a3a4b472122 (diff)
downloadcpython-15bac0f4da14c9a6b74fbb9048726bbe266c2977.zip
cpython-15bac0f4da14c9a6b74fbb9048726bbe266c2977.tar.gz
cpython-15bac0f4da14c9a6b74fbb9048726bbe266c2977.tar.bz2
- Issue #15235: Allow Berkley DB versions up to 5.3 to build the dbm module.
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 44a3d14..cdd3162 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,8 @@ Build
- Issue #14330: For cross builds, don't use host python, use host search paths
for host compiler.
+- Issue #15235: Allow Berkley DB versions up to 5.3 to build the dbm module.
+
What's New in Python 3.3.0 Beta 1?
==================================