From 1db4695644388817c727db80cbbd38714cc5125d Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Mon, 20 May 2024 09:51:02 -0400 Subject: gh-118928: Remove unneeded sqlite3 NEWS entry (#119208) The regression in d8e0e0091 was never part of an official release. --- Misc/NEWS.d/next/Library/2024-05-19-23-09-36.gh-issue-118928.SznMX1.rst | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 Misc/NEWS.d/next/Library/2024-05-19-23-09-36.gh-issue-118928.SznMX1.rst diff --git a/Misc/NEWS.d/next/Library/2024-05-19-23-09-36.gh-issue-118928.SznMX1.rst b/Misc/NEWS.d/next/Library/2024-05-19-23-09-36.gh-issue-118928.SznMX1.rst deleted file mode 100644 index 61b1927..0000000 --- a/Misc/NEWS.d/next/Library/2024-05-19-23-09-36.gh-issue-118928.SznMX1.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix an error where incorrect bindings in :mod:`sqlite3` queries could lead -to a crash. Patch by Erlend E. Aasland. -- cgit v0.12