Skip to content

Commit b7a68ab

Browse files
gh-99953: Purge mention of numeric param style from sqlite3 docs (#100630)
The PEP-249 numeric style has never been supported by sqlite3.
1 parent 2366b27 commit b7a68ab

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Doc/library/sqlite3.rst

+1-5
Original file line numberDiff line numberDiff line change
@@ -501,11 +501,7 @@ Module constants
501501

502502
.. note::
503503

504-
The :mod:`!sqlite3` module supports ``qmark``, ``numeric``,
505-
and ``named`` DB-API parameter styles,
506-
because that is what the underlying SQLite library supports.
507-
However, the DB-API does not allow multiple values for
508-
the ``paramstyle`` attribute.
504+
The ``named`` DB-API parameter style is also supported.
509505

510506
.. data:: sqlite_version
511507

0 commit comments

Comments
 (0)