From 9e1cef654e34960e66588c4742a3733a40ce23c3 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Sun, 1 Jan 2023 23:26:23 +0100 Subject: [PATCH] gh-99953: Purge mention of numeric param style from sqlite3 docs (GH-100630) The PEP-249 numeric style has never been supported by sqlite3. (cherry picked from commit b7a68ab824249ebf053b8149ebb83cd8578781c9) Co-authored-by: Erlend E. Aasland --- Doc/library/sqlite3.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index e8db6c55c93844..6d0422122a3d47 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -476,11 +476,7 @@ Module constants .. note:: - The :mod:`!sqlite3` module supports ``qmark``, ``numeric``, - and ``named`` DB-API parameter styles, - because that is what the underlying SQLite library supports. - However, the DB-API does not allow multiple values for - the ``paramstyle`` attribute. + The ``named`` DB-API parameter style is also supported. .. data:: sqlite_version