diff options
author | Petri Lehtinen <petri@digip.org> | 2013-02-23 17:05:28 +0100 |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2013-02-23 17:16:20 +0100 |
commit | ed909bcbddfa9c956fbbbb4a1b6a375d3e0e6599 (patch) | |
tree | 22db196f288f4f787835796d22a26c64600c2856 /Misc | |
parent | #17217: fix UnicodeEncodeErrors errors in test_format by printing ASCII only. (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
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. |