[docs] [issue15117] Please document top-level sqlite3 module variables

wchlm report at bugs.python.org
Wed Jun 20 17:21:25 CEST 2012


New submission from wchlm <shenkin at gmail.com>:

sqlite3 top-level variables, such as version, sqlite_version, version_info, and sqlite_version_info are all useful for Python users of the module -- even essential at times. Yet there is no mention of them in the Py 2.7.3 documentation. 

dir(sqlite3) reveals a longer list. It would be good if someone with a deeper knowledge of the module could assemble a list of useful items and add them to the sqlite3 documentation.

----------
assignee: docs at python
components: Documentation
messages: 163285
nosy: docs at python, shenkin
priority: normal
severity: normal
status: open
title: Please document top-level sqlite3 module variables
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15117>
_______________________________________


More information about the docs mailing list