bpo-44092: Move What's New entry to where it belongs (GH-30381)

This commit is contained in:
Erlend Egeberg Aasland 2022-01-04 10:36:30 +01:00 committed by GitHub
parent bef48837e7
commit a09062c267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -291,6 +291,10 @@ sqlite3
experience.
(Contributed by Erlend E. Aasland in :issue:`45828`.)
* Fetch across rollback no longer raises :exc:`~sqlite3.InterfaceError`.
Instead we leave it to the SQLite library to handle these cases.
(Contributed by Erlend E. Aasland in :issue:`44092`.)
sys
---
@ -302,11 +306,6 @@ sys
(Contributed by Irit Katriel in :issue:`45711`.)
* Fetch across rollback no longer raises :exc:`~sqlite3.InterfaceError`.
Instead we leave it to the SQLite library to handle these cases.
(Contributed by Erlend E. Aasland in :issue:`44092`.)
threading
---------