New submission from Doug Hellmann <doug.hellm...@gmail.com>:

The documentation for the sqlite3 module describes enable_load_extension() and 
load_extension() methods of the Connection object, but those functions are only 
available if the user has compiled from source *after* modifying the setup.py 
to turn off SQLITE_OMIT_LOAD_EXTENSION.

I'd like to see the functions enabled by default (by changing setup.py) but at 
the very least the documentation should be updated.

----------
components: Extension Modules
messages: 117919
nosy: doughellmann
priority: normal
severity: normal
status: open
title: docs for sqlite3 describe functions not available without recompiling
versions: Python 2.7

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

Reply via email to