summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2022-01-04 09:36:30 (GMT)
committerGitHub <noreply@github.com>2022-01-04 09:36:30 (GMT)
commita09062c267a94200ad299f779429fea1b571ee35 (patch)
treec7d1fc5223da140e9b7e51ed20475f1cc17eb494
parentbef48837e79712868c096ef4f4692dbf1746b6d1 (diff)
downloadcpython-a09062c267a94200ad299f779429fea1b571ee35.zip
cpython-a09062c267a94200ad299f779429fea1b571ee35.tar.gz
cpython-a09062c267a94200ad299f779429fea1b571ee35.tar.bz2
bpo-44092: Move What's New entry to where it belongs (GH-30381)
-rw-r--r--Doc/whatsnew/3.11.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 4ddca74..be6cb15 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -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
---------