[Python-checkins] cpython (3.4): Issue #20465: fix NEWS typo (it's 3.8.3.1)
larry.hastings
python-checkins at python.org
Mon Mar 17 07:33:10 CET 2014
http://hg.python.org/cpython/rev/1f922e9742b7
changeset: 89778:1f922e9742b7
branch: 3.4
user: Ned Deily <nad at acm.org>
date: Sat Mar 01 14:04:48 2014 -0800
summary:
Issue #20465: fix NEWS typo (it's 3.8.3.1)
files:
Misc/NEWS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,7 +17,7 @@
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?
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list