diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-11-28 02:51:28 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-11-28 02:51:28 (GMT) |
commit | f6861ae12a802f0fddfa3c524ac78eda6e5f5989 (patch) | |
tree | 51936d5ceb4fa5c7dac72bf7fe987d2f2e1a23ee /Doc/library/sqlite3.rst | |
parent | 2a7feee76d054ca8dfbcb1b6e0569b5856cf18a3 (diff) | |
download | cpython-f6861ae12a802f0fddfa3c524ac78eda6e5f5989.zip cpython-f6861ae12a802f0fddfa3c524ac78eda6e5f5989.tar.gz cpython-f6861ae12a802f0fddfa3c524ac78eda6e5f5989.tar.bz2 |
there's now a setup.py switch for this
Diffstat (limited to 'Doc/library/sqlite3.rst')
-rw-r--r-- | Doc/library/sqlite3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 3cad148..7367674 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. |