Skip to content

Commit 9a5bfa7

Browse files
pythongh-105539: Fix NEWS entry and remove What's New entry
1 parent 72b615a commit 9a5bfa7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ sqlite3
165165
object is not :meth:`closed <sqlite3.Connection.close>` explicitly.
166166
(Contributed by Erlend E. Aasland in :gh:`105539`.)
167167

168-
* Add support for virtual tables to :meth:`sqlite3.Connection.iterdump`.
169-
(Contributed by Aviv Palivoda in :gh:`64662`.)
170-
171168
tkinter
172169
-------
173170

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Add support for virtual tables to :meth:`sqlite3.Connection.iterdump`. Patch
1+
Fix support for virtual tables in :meth:`sqlite3.Connection.iterdump`. Patch
22
by Aviv Palivoda.

0 commit comments

Comments
 (0)