Ned Deily <n...@acm.org> added the comment:

Note, this change affects the documentation for the sqlite3 module which was 
modified for 3.2 by r85208 in Issue10020 to add a footnote:

"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."

Also, the configure to Makefile option processing is non-standard. 
Unexpectedly, --enable-loadable-sqlite-extensions=no is treated the same as 
--enable-loadable-sqlite-extensions or --enable-loadable-sqlite-extensions=yes, 
contrary to standard Autoconf behavior.

----------
assignee:  -> benjamin.peterson
nosy: +ned.deily
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10268>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to