]> granicus.if.org Git - python/commitdiff
#13934: document sqlite version strings.
authorR David Murray <rdmurray@bitdance.com>
Fri, 11 Jan 2013 01:22:57 +0000 (20:22 -0500)
committerR David Murray <rdmurray@bitdance.com>
Fri, 11 Jan 2013 01:22:57 +0000 (20:22 -0500)
Doc/library/sqlite3.rst

index ba51e48bc8dbb5d76f3458403001612917e00080..9b913af0016250917c5617adf4c845d36cf954d4 100644 (file)
@@ -118,6 +118,24 @@ Module functions and constants
 ------------------------------
 
 
+.. data:: version
+
+   The version number of this module, as a string. This is not the version of
+   the SQLite library.
+
+.. data:: version_info
+
+   The version number of this module, as a tuple of integers. This is not the
+   version of the SQLite library.
+
+.. data:: sqlite_version
+
+   The version number of the run-time SQLite library, as a string.
+
+.. data:: sqlite_version_info
+
+   The version number of the run-time SQLite library, as a tuple of integers.
+
 .. data:: PARSE_DECLTYPES
 
    This constant is meant to be used with the *detect_types* parameter of the