From: Erlend E. Aasland Date: Mon, 20 May 2024 13:51:02 +0000 (-0400) Subject: gh-118928: Remove unneeded sqlite3 NEWS entry (#119208) X-Git-Tag: v3.14.0a1~1867 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1db4695644388817c727db80cbbd38714cc5125d;p=thirdparty%2FPython%2Fcpython.git gh-118928: Remove unneeded sqlite3 NEWS entry (#119208) The regression in d8e0e0091 was never part of an official release. --- 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 61b192761731..000000000000 --- 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.