We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6156f7b commit 1168dd7Copy full SHA for 1168dd7
Doc/whatsnew/3.14.rst
@@ -86,12 +86,6 @@ New Modules
86
Improved Modules
87
================
88
89
-sqlite3
90
--------
91
-
92
-Disallow using a sequence of params with named placeholders.
93
-(Contributed by Erlend E. Aasland in :gh:`118928` and :gh:`101693`.)
94
95
96
Optimizations
97
=============
@@ -148,6 +142,11 @@ sqlite3
148
142
* Remove :data:`!version` and :data:`!version_info` from :mod:`sqlite3`.
149
143
(Contributed by Hugo van Kemenade in :gh:`118924`.)
150
144
145
+* Disallow using a sequence of params with named placeholders.
146
+ This had previously raised a :exc:`DeprecationWarning` since Python 3.12;
147
+ it will now raise a :exc:`sqlite3.ProgrammingError`.
+ (Contributed by Erlend E. Aasland in :gh:`118928` and :gh:`101693`.)
+
151
typing
152
------
153
0 commit comments