[New-bugs-announce] [issue10020] docs for sqlite3 describe functions not available without recompiling

Doug Hellmann report at bugs.python.org
Sun Oct 3 18:52:33 CEST 2010


New submission from Doug Hellmann <doug.hellmann at 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 <report at bugs.python.org>
<http://bugs.python.org/issue10020>
_______________________________________


More information about the New-bugs-announce mailing list