projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a7feee
)
there's now a setup.py switch for this
author
Benjamin Peterson
<benjamin@python.org>
Sun, 28 Nov 2010 02:51:28 +0000
(
02:51
+0000)
committer
Benjamin Peterson
<benjamin@python.org>
Sun, 28 Nov 2010 02:51:28 +0000
(
02:51
+0000)
Doc/library/sqlite3.rst
patch
|
blob
|
history
diff --git
a/Doc/library/sqlite3.rst
b/Doc/library/sqlite3.rst
index 3cad148742c6c986f61599ad197b27c3f605f3de..736767443036cb97d00b44bc4fdd911688527084 100644
(file)
--- 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
.