Skip to content

Commit 1168dd7

Browse files
Adjust What's New
1 parent 6156f7b commit 1168dd7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ New Modules
8686
Improved Modules
8787
================
8888

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-
9589

9690
Optimizations
9791
=============
@@ -148,6 +142,11 @@ sqlite3
148142
* Remove :data:`!version` and :data:`!version_info` from :mod:`sqlite3`.
149143
(Contributed by Hugo van Kemenade in :gh:`118924`.)
150144

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`.
148+
(Contributed by Erlend E. Aasland in :gh:`118928` and :gh:`101693`.)
149+
151150
typing
152151
------
153152

0 commit comments

Comments
 (0)