From: Benjamin Peterson Date: Sun, 28 Nov 2010 02:51:28 +0000 (+0000) Subject: there's now a setup.py switch for this X-Git-Tag: v3.2b1~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6861ae12a802f0fddfa3c524ac78eda6e5f5989;p=python there's now a setup.py switch for this --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 3cad148742..7367674430 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -888,4 +888,4 @@ only makes sense to call from a different thread. .. [#f1] The sqlite3 module is not built with loadable extension support by default, because some platforms (notably Mac OS X) have SQLite libraries which are compiled without this feature. To get loadable extension support, you must - modify setup.py and and remove the line that sets SQLITE_OMIT_LOAD_EXTENSION. + pass --enable-loadable-sqlite-extensions to configure.