This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wchlm
Recipients docs@python, wchlm
Date 2012-06-20.15:21:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340205684.94.0.46461654189.issue15117@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-06-20 15:21:25wchlmsetrecipients: + wchlm, docs@python
2012-06-20 15:21:24wchlmsetmessageid: <1340205684.94.0.46461654189.issue15117@psf.upfronthosting.co.za>
2012-06-20 15:21:24wchlmlinkissue15117 messages
2012-06-20 15:21:22wchlmcreate