summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-03-01 22:00:46 (GMT)
committerNed Deily <nad@acm.org>2014-03-01 22:00:46 (GMT)
commit2515edd7cfcc351d6734be360d4c9e8fad99a554 (patch)
treef35498944d065c277fd79a4f0966ebe728264120 /Misc
parentdb8843f36e5d0129414922a4802af9aa22fcceb8 (diff)
downloadcpython-2515edd7cfcc351d6734be360d4c9e8fad99a554.zip
cpython-2515edd7cfcc351d6734be360d4c9e8fad99a554.tar.gz
cpython-2515edd7cfcc351d6734be360d4c9e8fad99a554.tar.bz2
Issue #20465: Update OS X installer build to use SQLite 3.8.0.1.
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 e20143a..5bce516 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,8 @@ Build
uninstalling pip (rather than failing) if the user has updated pip to a
different version from the one bundled with ensurepip.
+- Issue #20465: Update OS X installer build to use SQLite 3.8.0.1.
+
Tools/Demos
-----------