summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-09-08-16-21-03.bpo-45138.yghUrK.rst
blob: 906ed4c4db43c8dcfc17d2c908bd39c0cc3787af (plain)
1
2
3
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.