From a9217a42e62dc8dcf9bb6a184bcf9d5de97d2d9e Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 28 Apr 2013 14:10:27 +0300 Subject: Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4. --- Misc/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Misc') diff --git a/Misc/NEWS b/Misc/NEWS index 8710c105c8..cdf4f375c5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -19,6 +19,12 @@ Library - Issue #15535: Fix namedtuple pickles which were picking up the OrderedDict instead of just the underlying tuple. +Build +----- + +- Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, + such as was shipped with Centos 5 and Mac OS X 10.4. + Tests ----- -- cgit v1.2.1