summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2014-04-17 15:52:48 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2014-04-17 15:52:48 (GMT)
commita3818a304327d31b4360dc9b545f2655d27c626e (patch)
tree63574b363964a13c9b71469816d42c53d2a27083 /Misc/NEWS
parentaad7cc9dba9e2a1ad0b1977da3133a8435b212d9 (diff)
downloadcpython-a3818a304327d31b4360dc9b545f2655d27c626e.zip
cpython-a3818a304327d31b4360dc9b545f2655d27c626e.tar.gz
cpython-a3818a304327d31b4360dc9b545f2655d27c626e.tar.bz2
- Issue #15234: For BerkelyDB and Sqlite, only add the found library and
include directories if they aren't already being searched. This avoids an explicit runtime library dependency.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1c4a803..36322c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -167,6 +167,10 @@ IDLE
Build
-----
+- Issue #15234: For BerkelyDB and Sqlite, only add the found library and
+ include directories if they aren't already being searched. This avoids
+ an explicit runtime library dependency.
+
- Issue #20644: OS X installer build support for documentation build changes
in 3.4.1: assume externally supplied sphinx-build is available in /usr/bin.