summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-07-29 06:22:23 (GMT)
committerNed Deily <nad@acm.org>2015-07-29 06:22:23 (GMT)
commitbb1c079657fa8f8f9d7ec537f83b1fed1d9b413c (patch)
tree9fb9447f53f64a60f2e5bcb678d5eb70702ab904 /Misc
parent1ee9283254446998c9f423896b1edffe42f246d3 (diff)
downloadcpython-bb1c079657fa8f8f9d7ec537f83b1fed1d9b413c.zip
cpython-bb1c079657fa8f8f9d7ec537f83b1fed1d9b413c.tar.gz
cpython-bb1c079657fa8f8f9d7ec537f83b1fed1d9b413c.tar.bz2
Issue #19450: Update OS X installer builds to use SQLite 3.8.11.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 83f310b..1f1d1b5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,7 +69,7 @@ Library
- Issue #23254: Document how to close the TCPServer listening socket.
Patch from Martin Panter.
-- Issue #19450: Update Windows builds to use SQLite 3.8.11.0
+- Issue #19450: Update Windows and OS X installer builds to use SQLite 3.8.11.
- Issue #23441: rcompleter now prints a tab character instead of displaying
possible completions for an empty word. Initial patch by Martin Sekera.