Skip to content

Commit

Permalink
Adjust What's New
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed May 11, 2024
1 parent 6156f7b commit 1168dd7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Doc/whatsnew/3.14.rst
Expand Up @@ -86,12 +86,6 @@ New Modules
Improved Modules
================

sqlite3
-------

Disallow using a sequence of params with named placeholders.
(Contributed by Erlend E. Aasland in :gh:`118928` and :gh:`101693`.)


Optimizations
=============
Expand Down Expand Up @@ -148,6 +142,11 @@ 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.
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`.)

typing
------

Expand Down

0 comments on commit 1168dd7

Please sign in to comment.