]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-105875: amend sqlite3 docstring wrt. SQLite requirement (#129599)
authorErlend E. Aasland <erlend@python.org>
Sun, 2 Feb 2025 23:03:54 +0000 (00:03 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Feb 2025 23:03:54 +0000 (23:03 +0000)
Lib/sqlite3/__init__.py

index 34a9c047dd607c6f30bcf020857e29482adcf584..ed727fae609d1dfc282bb0fe95ffc025ad8e0673 100644 (file)
@@ -22,7 +22,7 @@
 
 """
 The sqlite3 extension module provides a DB-API 2.0 (PEP 249) compliant
-interface to the SQLite library, and requires SQLite 3.7.15 or newer.
+interface to the SQLite library, and requires SQLite 3.15.2 or newer.
 
 To use the module, start by creating a database Connection object: