diff options
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 628d4c0..4514de9 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -334,10 +334,6 @@ sqlite3 Instead we leave it to the SQLite library to handle these cases. (Contributed by Erlend E. Aasland in :issue:`44092`.) -* For SQLite 3.14.0 and newer, bound parameters are expanded in the statement - string passed to the trace callback. See :meth:`~sqlite3.Connection.set_trace_callback`. - (Contributed by Erlend E. Aasland in :issue:`45138`.) - sys --- |