From: Martin v. Löwis Date: Mon, 30 Jun 2008 06:57:39 +0000 (+0000) Subject: Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd X-Git-Tag: v2.6b2~141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d84fd9599db4aed9cbf3d349f71cc9a399198c19;p=thirdparty%2FPython%2Fcpython.git Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd --- diff --git a/Misc/NEWS b/Misc/NEWS index 54c481dadb77..f7c73b1ccad1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -17,6 +17,11 @@ Core and Builtins slice(None, 10, -1).indices(10) returns (9, 9, -1) instead of (9, 10, -1). +Build +----- + +- Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd. + What's New in Python 2.6 beta 1? ================================ diff --git a/PCbuild/sqlite3.vcproj b/PCbuild/sqlite3.vcproj index e4d74e6f8353..2a64fffe3043 100644 --- a/PCbuild/sqlite3.vcproj +++ b/PCbuild/sqlite3.vcproj @@ -305,6 +305,7 @@ />