New submission from wchlm <shen...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15117>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to