]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-105875: amend sqlite3 docstring wrt. SQLite requirement (GH-129599) (#129602)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 2 Feb 2025 23:26:38 +0000 (00:26 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Feb 2025 23:26:38 +0000 (23:26 +0000)
(cherry picked from commit ecd2f84555bf494007420ba5a37adf8d1c23e856)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Lib/sqlite3/__init__.py

index 927267cf0b92ff6a6eb370e7891d7452b0c6cb60..e3c81ffcf1c11f5ecad4d07f5c11aebca30034a3 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: