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 72b615a commit 9a5bfa7Copy full SHA for 9a5bfa7
Doc/whatsnew/3.13.rst
@@ -165,9 +165,6 @@ sqlite3
165
object is not :meth:`closed <sqlite3.Connection.close>` explicitly.
166
(Contributed by Erlend E. Aasland in :gh:`105539`.)
167
168
-* Add support for virtual tables to :meth:`sqlite3.Connection.iterdump`.
169
- (Contributed by Aviv Palivoda in :gh:`64662`.)
170
-
171
tkinter
172
-------
173
Misc/NEWS.d/next/Library/2023-08-22-22-29-42.gh-issue-64662.jHl_Bt.rst
@@ -1,2 +1,2 @@
1
-Add support for virtual tables to :meth:`sqlite3.Connection.iterdump`. Patch
+Fix support for virtual tables in :meth:`sqlite3.Connection.iterdump`. Patch
2
by Aviv Palivoda.
0 commit comments