diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2014-04-17 15:52:48 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2014-04-17 15:52:48 (GMT) |
commit | a3818a304327d31b4360dc9b545f2655d27c626e (patch) | |
tree | 63574b363964a13c9b71469816d42c53d2a27083 /Misc/NEWS | |
parent | aad7cc9dba9e2a1ad0b1977da3133a8435b212d9 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |