commit | c23178ba36097764bc3c1c33aa8dba2a0871e778 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Sat Feb 23 17:05:28 2013 +0100 |
committer | Petri Lehtinen <petri@digip.org> | Sat Feb 23 17:05:28 2013 +0100 |
tree | 3156993dd147b1c4c61fc3041b0bcfa9231ac39b | |
parent | 0a4a7e13f32d0bbbcaea30b4ace9feee3a73e8b1 [diff] [blame] |
Issue #5033: Fix building of the sqlite3 extension module
diff --git a/Misc/NEWS b/Misc/NEWS index 58bcf7a..3a9d50b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -858,6 +858,9 @@ Build ----- +- Issue #5033: Fix building of the sqlite3 extension module when the + SQLite library version has "beta" in it. Patch by Andreas Pelme. + - Issue #17228: Fix building without pymalloc. - Issue #17086: Backport the patches from the 3.3 branch to cross-build