Skip to content

Commit a09062c

Browse files
author
Erlend Egeberg Aasland
authored
bpo-44092: Move What's New entry to where it belongs (GH-30381)
1 parent bef4883 commit a09062c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@ sqlite3
291291
experience.
292292
(Contributed by Erlend E. Aasland in :issue:`45828`.)
293293

294+
* Fetch across rollback no longer raises :exc:`~sqlite3.InterfaceError`.
295+
Instead we leave it to the SQLite library to handle these cases.
296+
(Contributed by Erlend E. Aasland in :issue:`44092`.)
297+
294298

295299
sys
296300
---
@@ -302,11 +306,6 @@ sys
302306
(Contributed by Irit Katriel in :issue:`45711`.)
303307

304308

305-
* Fetch across rollback no longer raises :exc:`~sqlite3.InterfaceError`.
306-
Instead we leave it to the SQLite library to handle these cases.
307-
(Contributed by Erlend E. Aasland in :issue:`44092`.)
308-
309-
310309
threading
311310
---------
312311

0 commit comments

Comments
 (0)