We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11e0f9 commit 0ab2575Copy full SHA for 0ab2575
Misc/NEWS.d/next/Library/2021-09-08-16-21-03.bpo-45138.yghUrK.rst
@@ -1,2 +1,3 @@
1
-Fix a regression in the :mod:`sqlite3` trace callback where bound parameters were
2
-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
3
+in Python 3.10 by :issue:`40318`. Patch by Erlend E. Aasland.
0 commit comments