diff options
author | Ned Deily <nad@acm.org> | 2015-07-29 06:22:23 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-07-29 06:22:23 (GMT) |
commit | bb1c079657fa8f8f9d7ec537f83b1fed1d9b413c (patch) | |
tree | 9fb9447f53f64a60f2e5bcb678d5eb70702ab904 /Misc | |
parent | 1ee9283254446998c9f423896b1edffe42f246d3 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |