Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adjust What's New
  • Loading branch information
erlend-aasland committed May 11, 2024
commit 1168dd7dcd77feb79c83cecb97b5a865c7371a1d
11 changes: 5 additions & 6 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
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.
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated
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`.)
Comment thread
erlend-aasland marked this conversation as resolved.

typing
------

Expand Down