aboutsummaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2013-02-23 17:05:28 +0100
committerPetri Lehtinen <petri@digip.org>2013-02-23 17:16:20 +0100
commited909bcbddfa9c956fbbbb4a1b6a375d3e0e6599 (patch)
tree22db196f288f4f787835796d22a26c64600c2856 /Misc
parent#17217: fix UnicodeEncodeErrors errors in test_format by printing ASCII only. (diff)
downloadcpython-ed909bcbddfa9c956fbbbb4a1b6a375d3e0e6599.tar.gz
cpython-ed909bcbddfa9c956fbbbb4a1b6a375d3e0e6599.tar.bz2
cpython-ed909bcbddfa9c956fbbbb4a1b6a375d3e0e6599.zip
Issue #5033: Fix building of the sqlite3 extension module
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 74b191d3266..205f81327d0 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -820,6 +820,7 @@ Dan Parisien
William Park
Harri Pasanen
Berker Peksag
+Andreas Pelme
Bo Peng
Joe Peterson
Randy Pausch
diff --git a/Misc/NEWS b/Misc/NEWS
index 2e07923680c..4f14dcdb9ee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1009,6 +1009,9 @@ Tests
Build
-----
+- Issue #5033: Fix building of the sqlite3 extension module when the
+ SQLite library version has "beta" in it. Patch by Andreas Pelme.
+
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
- Issue #17029: Let h2py search the multiarch system include directory.