From: Ned Deily Date: Sat, 1 Mar 2014 22:04:48 +0000 (-0800) Subject: Issue #20465: fix NEWS typo (it's 3.8.3.1) X-Git-Tag: v3.4.0rc3~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90c5c8ad5c78865e0177ab40fd83fa5345b19a79;p=thirdparty%2FPython%2Fcpython.git Issue #20465: fix NEWS typo (it's 3.8.3.1) --- diff --git a/Misc/NEWS b/Misc/NEWS index e8bc1a67de98..a3ca8db080dc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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?