diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-04-28 11:10:27 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-04-28 11:10:27 (GMT) |
commit | a9217a42e62dc8dcf9bb6a184bcf9d5de97d2d9e (patch) | |
tree | 8e6de9a9bcac65e7e1fa48b2f3abf6455227fa50 /Misc | |
parent | ba2f8be4c6ff755c79d4aeb6805de6bdd0354726 (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ----- |