summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2014-03-02 18:42:50 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2014-03-02 18:42:50 (GMT)
commit09257f7ced6a9ea9a14290aedbc3b8472ee85d49 (patch)
treedd961e2715d9e9a59c40a9a781e29c90b4f47325 /Misc
parent5e6faf7fed5a297633401e77445323cd313b4f4f (diff)
downloadcpython-09257f7ced6a9ea9a14290aedbc3b8472ee85d49.zip
cpython-09257f7ced6a9ea9a14290aedbc3b8472ee85d49.tar.gz
cpython-09257f7ced6a9ea9a14290aedbc3b8472ee85d49.tar.bz2
Issue #20465: Update Windows installer to SQLite 3.8.3.1.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f63cbf7..1d5b65c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,7 +52,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.3.1.
+- Issue #20465: Update OS X and Windows installer builds to use
+ SQLite 3.8.3.1.
Tools/Demos
-----------