]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-118928: Remove unneeded sqlite3 NEWS entry (#119208)
authorErlend E. Aasland <erlend@python.org>
Mon, 20 May 2024 13:51:02 +0000 (09:51 -0400)
committerGitHub <noreply@github.com>
Mon, 20 May 2024 13:51:02 +0000 (09:51 -0400)
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 [deleted file]

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 (file)
index 61b1927..0000000
+++ /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.