From: Ned Deily Date: Wed, 29 Jul 2015 06:29:51 +0000 (-0700) Subject: Issue #19450: merge from 3.5 X-Git-Tag: v3.6.0a1~1889 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34a0105bee3166cec8b5bcb48d303ba31473d742;p=thirdparty%2FPython%2Fcpython.git Issue #19450: merge from 3.5 --- 34a0105bee3166cec8b5bcb48d303ba31473d742 diff --cc Misc/NEWS index 785d11cd475e,f2de335c1ff3..21aee96bb190 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -13,6 -13,6 +13,8 @@@ Core and Builtin Library ------- ++- Issue #19450: Update Windows and OS X installer builds to use SQLite 3.8.11. ++ - Issue #23254: Document how to close the TCPServer listening socket. Patch from Martin Panter.