Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
(wrong type).
diff --git a/Misc/NEWS b/Misc/NEWS
index 35da6ab..9c9233c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@
 Library
 -------
 
+- Issue #20026: Fix the sqlite module to handle correctly invalid isolation
+  level (wrong type).
+
 - Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
   quotechar fields.  Original patch by Vajrasky Kok.