diff options
author | Ned Deily <nad@acm.org> | 2014-03-01 22:04:48 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-03-01 22:04:48 (GMT) |
commit | 90c5c8ad5c78865e0177ab40fd83fa5345b19a79 (patch) | |
tree | a0a5a9e52f787bf08e70860d6bf9fc130bd57ec9 /Misc/NEWS | |
parent | c1195c7ae7d24f7a965f984bb064b4a9634bc163 (diff) | |
download | cpython-90c5c8ad5c78865e0177ab40fd83fa5345b19a79.zip cpython-90c5c8ad5c78865e0177ab40fd83fa5345b19a79.tar.gz cpython-90c5c8ad5c78865e0177ab40fd83fa5345b19a79.tar.bz2 |
Issue #20465: fix NEWS typo (it's 3.8.3.1)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ 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. +- Issue #20465: Update OS X installer build to use SQLite 3.8.3.1. What's New in Python 3.4.0 release candidate 2? |