From 48ac1bf185d55abe0e2c008ca47fbd3793266a0d Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Fri, 30 Dec 2022 23:36:00 +0100 Subject: [PATCH] gh-99953: Purge mention of numeric param style from sqlite3 docs The PEP-249 numeric style has never been supported. --- 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 3622864a4b06f9..0d929d1297f5a9 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -501,11 +501,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