diff options
author | Ned Deily <nad@acm.org> | 2014-02-05 02:44:17 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-02-05 02:44:17 (GMT) |
commit | 2aa15d80977002f7ac76c7ae9e39e4f39f245374 (patch) | |
tree | 6b74c015b868f334be0cc2695a4f8938c0a3cc25 /Misc/NEWS | |
parent | 25ff287dd7a8ed43b99433796f2d1dcf78efa878 (diff) | |
download | cpython-2aa15d80977002f7ac76c7ae9e39e4f39f245374.zip cpython-2aa15d80977002f7ac76c7ae9e39e4f39f245374.tar.gz cpython-2aa15d80977002f7ac76c7ae9e39e4f39f245374.tar.bz2 |
Issue #20465: Update SQLite shipped with OS X installer to 3.8.3.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -149,6 +149,11 @@ Tools/Demos input and output sections of the block, allowing external tools to verify that the input has not changed (and thus the output is not out-of-date). +Build +----- + +- Issue #20465: Update SQLite shipped with OS X installer to 3.8.3. + What's New in Python 3.4.0 Beta 3? ================================== |