This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Arfrever, benjamin.peterson, ghaering, ned.deily
Date 2010-11-22.01:44:33
SpamBayes Score 0.00030454795
Marked as misclassified No
Message-id <1290390276.87.0.00802232088589.issue10268@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-11-22 01:44:36ned.deilysetrecipients: + ned.deily, ghaering, benjamin.peterson, Arfrever
2010-11-22 01:44:36ned.deilysetmessageid: <1290390276.87.0.00802232088589.issue10268@psf.upfronthosting.co.za>
2010-11-22 01:44:34ned.deilylinkissue10268 messages
2010-11-22 01:44:33ned.deilycreate