From: Erlend E. Aasland Date: Sun, 2 Feb 2025 23:03:54 +0000 (+0100) Subject: gh-105875: amend sqlite3 docstring wrt. SQLite requirement (#129599) X-Git-Tag: v3.14.0a5~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecd2f84555bf494007420ba5a37adf8d1c23e856;p=thirdparty%2FPython%2Fcpython.git gh-105875: amend sqlite3 docstring wrt. SQLite requirement (#129599) --- diff --git a/Lib/sqlite3/__init__.py b/Lib/sqlite3/__init__.py index 34a9c047dd60..ed727fae609d 100644 --- a/Lib/sqlite3/__init__.py +++ b/Lib/sqlite3/__init__.py @@ -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: