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.1rc1~233^2~161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3231bc01c5689bb4f24b7d8fd736971719833713;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 5bce5163bd80..d54cfba7d776 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -46,7 +46,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. Tools/Demos -----------