]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #19450: merge from 3.5
authorNed Deily <nad@acm.org>
Wed, 29 Jul 2015 06:29:51 +0000 (23:29 -0700)
committerNed Deily <nad@acm.org>
Wed, 29 Jul 2015 06:29:51 +0000 (23:29 -0700)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 785d11cd475e8aedfd41e2625bfa1d1322230203,f2de335c1ff317174fd6ff43b2a79572782cef1d..21aee96bb190f32dbd15710d274ebce3e9f73f4e
+++ 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.