diff options
author | Petri Lehtinen <petri@digip.org> | 2013-02-23 16:05:28 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2013-02-23 16:16:20 (GMT) |
commit | ed909bcbddfa9c956fbbbb4a1b6a375d3e0e6599 (patch) | |
tree | 22db196f288f4f787835796d22a26c64600c2856 /Misc | |
parent | 507eb09ad6b051821c50bdf723edd0c3119012e8 (diff) | |
download | cpython-ed909bcbddfa9c956fbbbb4a1b6a375d3e0e6599.zip cpython-ed909bcbddfa9c956fbbbb4a1b6a375d3e0e6599.tar.gz cpython-ed909bcbddfa9c956fbbbb4a1b6a375d3e0e6599.tar.bz2 |
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
@@ -820,6 +820,7 @@ Dan Parisien William Park Harri Pasanen Berker Peksag +Andreas Pelme Bo Peng Joe Peterson Randy Pausch @@ -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. |