]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-44092: Move What's New entry to where it belongs (GH-30381)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Tue, 4 Jan 2022 09:36:30 +0000 (10:36 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Jan 2022 09:36:30 +0000 (09:36 +0000)
Doc/whatsnew/3.11.rst

index 4ddca744720f5a2901b0d949ed0e90aebf4c282e..be6cb158a804920d5fecf32372167a3bc86d3073 100644 (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
 ---------