From: Erlend E. Aasland Date: Sun, 1 Jan 2023 22:26:23 +0000 (+0100) Subject: gh-99953: Purge mention of numeric param style from sqlite3 docs (#100630) X-Git-Tag: v3.12.0a4~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7a68ab824249ebf053b8149ebb83cd8578781c9;p=thirdparty%2FPython%2Fcpython.git gh-99953: Purge mention of numeric param style from sqlite3 docs (#100630) The PEP-249 numeric style has never been supported by sqlite3. --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 3622864a4b06..0d929d1297f5 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