Skip to content
Closed
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
Amend NEWS entry with regression info
  • Loading branch information
Erlend E. Aasland committed Mar 9, 2022
commit 0ab2575d282efe6ed2dbb5ed3e2051e0346e6b48
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Fix a regression in the :mod:`sqlite3` trace callback where bound parameters were
not expanded in the passed statement string. Patch by Erlend E. Aasland.
Fix a regression in the :mod:`sqlite3` trace callback where bound parameters
were not expanded in the passed statement string. The regression was introduced
in Python 3.10 by :issue:`40318`. Patch by Erlend E. Aasland.