diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index da353197c53f59..33a0f3e0f2f4bc 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -142,7 +142,7 @@ sqlite3 * Remove :data:`!version` and :data:`!version_info` from :mod:`sqlite3`. (Contributed by Hugo van Kemenade in :gh:`118924`.) -* Disallow using a sequence of params with named placeholders. +* Disallow using a sequence of parameters with named placeholders. This had previously raised a :exc:`DeprecationWarning` since Python 3.12; it will now raise a :exc:`sqlite3.ProgrammingError`. (Contributed by Erlend E. Aasland in :gh:`118928` and :gh:`101693`.)