summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-04-28 11:10:27 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-04-28 11:10:27 (GMT)
commita9217a42e62dc8dcf9bb6a184bcf9d5de97d2d9e (patch)
tree8e6de9a9bcac65e7e1fa48b2f3abf6455227fa50 /Misc
parentba2f8be4c6ff755c79d4aeb6805de6bdd0354726 (diff)
downloadcpython-a9217a42e62dc8dcf9bb6a184bcf9d5de97d2d9e.zip
cpython-a9217a42e62dc8dcf9bb6a184bcf9d5de97d2d9e.tar.gz
cpython-a9217a42e62dc8dcf9bb6a184bcf9d5de97d2d9e.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8710c10..cdf4f37 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
-----