summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-08-05 21:42:45 (GMT)
committerNed Deily <nad@acm.org>2012-08-05 21:42:45 (GMT)
commit670280470d1da26eb047584ed6e6c22f36bb01f2 (patch)
tree36baaee8979560fa1e7f3a4f390bdb28e7b6a4aa /Misc/NEWS
parent947f358a069c9141c0230e440ab5cba07df0f87f (diff)
downloadcpython-670280470d1da26eb047584ed6e6c22f36bb01f2.zip
cpython-670280470d1da26eb047584ed6e6c22f36bb01f2.tar.gz
cpython-670280470d1da26eb047584ed6e6c22f36bb01f2.tar.bz2
Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 587c07d..7010133 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -327,6 +327,8 @@ Tests
Build
-----
+- Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
+
- Issue #8847: Disable COMDAT folding in Windows PGO builds.
- Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.