[issue15117] Please document top-level sqlite3 module variables
New submission from wchlm <shenkin@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@python components: Documentation messages: 163285 nosy: docs@python, shenkin priority: normal severity: normal status: open title: Please document top-level sqlite3 module variables versions: Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15117> _______________________________________
Changes by Terry J. Reedy <tjreedy@udel.edu>: ---------- nosy: +ghaering _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15117> _______________________________________
Mark Lawrence added the comment: @wchlm sorry about the delay in responding, but would you like to propose a patch for this? ---------- nosy: +BreamoreBoy _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15117> _______________________________________
Berker Peksag added the comment: *_version_* attributes OP mentioned have already been documented in b8b26feb3e1a. ---------- nosy: +berker.peksag resolution: -> out of date stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15117> _______________________________________
participants (4)
-
Berker Peksag
-
Mark Lawrence
-
Terry J. Reedy
-
wchlm