gh-64662: Fix NEWS entry and remove What's New entry (#108565)

This commit is contained in:
Erlend E. Aasland 2023-08-28 14:02:26 +02:00 committed by GitHub
parent 72b615ab01
commit 8db451ceb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View file

@ -165,9 +165,6 @@ sqlite3
object is not :meth:`closed <sqlite3.Connection.close>` explicitly.
(Contributed by Erlend E. Aasland in :gh:`105539`.)
* Add support for virtual tables to :meth:`sqlite3.Connection.iterdump`.
(Contributed by Aviv Palivoda in :gh:`64662`.)
tkinter
-------