cpython: 792e7a8dddb8 (original) (raw)

Mercurial > cpython

changeset 103054:792e7a8dddb8

Issue #27883: Update sqlite to 3.14.1 on Windows [#27883]

Zachary Ware zachary.ware@gmail.com
date Mon, 05 Sep 2016 14:32:38 -0500
parents 027e421594b7
children 8c6c91983d64
files Misc/NEWS PCbuild/python.props PCbuild/readme.txt
diffstat 3 files changed, 4 insertions(+), 2 deletions(-)[+] [-] Misc/NEWS 2 PCbuild/python.props 2 PCbuild/readme.txt 2

line wrap: on

line diff

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -155,6 +155,8 @@ Tests Build ----- +- Issue #27883: Update sqlite to 3.14.1.0 on Windows. +

--- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -43,7 +43,7 @@ $([System.IO.Path]::GetFullPath($(PySourcePath)externals\))

--- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -204,7 +204,7 @@ are: functionality to _ssl or _hashlib. They will not clean up their output with the normal Clean target; CleanAll should be used instead. _sqlite3

_tkinter