summaryrefslogtreecommitdiff
path: root/Doc/library/sqlite3.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-11-28 02:51:28 +0000
committerBenjamin Peterson <benjamin@python.org>2010-11-28 02:51:28 +0000
commitf6861ae12a802f0fddfa3c524ac78eda6e5f5989 (patch)
tree51936d5ceb4fa5c7dac72bf7fe987d2f2e1a23ee /Doc/library/sqlite3.rst
parent2a7feee76d054ca8dfbcb1b6e0569b5856cf18a3 (diff)
downloadcpython-git-f6861ae12a802f0fddfa3c524ac78eda6e5f5989.tar.gz
there's now a setup.py switch for this
Diffstat (limited to 'Doc/library/sqlite3.rst')
-rw-r--r--Doc/library/sqlite3.rst2
1 files changed, 1 insertions, 1 deletions
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.