https://github.com/python/cpython/commit/1db4695644388817c727db80cbbd38714cc5125d commit: 1db4695644388817c727db80cbbd38714cc5125d branch: main author: Erlend E. Aasland <[email protected]> committer: erlend-aasland <[email protected]> date: 2024-05-20T09:51:02-04:00 summary:
gh-118928: Remove unneeded sqlite3 NEWS entry (#119208) The regression in d8e0e0091 was never part of an official release. files: D 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 61b192761731d0..00000000000000 --- 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. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
