diff options
author | Ned Deily <nad@acm.org> | 2014-03-01 22:00:46 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-03-01 22:00:46 (GMT) |
commit | 2515edd7cfcc351d6734be360d4c9e8fad99a554 (patch) | |
tree | f35498944d065c277fd79a4f0966ebe728264120 /Misc | |
parent | db8843f36e5d0129414922a4802af9aa22fcceb8 (diff) | |
download | cpython-2515edd7cfcc351d6734be360d4c9e8fad99a554.zip cpython-2515edd7cfcc351d6734be360d4c9e8fad99a554.tar.gz cpython-2515edd7cfcc351d6734be360d4c9e8fad99a554.tar.bz2 |
Issue #20465: Update OS X installer build to use SQLite 3.8.0.1.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ Build uninstalling pip (rather than failing) if the user has updated pip to a different version from the one bundled with ensurepip. +- Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. + Tools/Demos ----------- |