summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>2022-08-04 19:26:13 (GMT)
committerGitHub <noreply@github.com>2022-08-04 19:26:13 (GMT)
commit6a5104f4fa83ed08fe31f712757dddabfede394c (patch)
tree8a2d8936092f1e371a59ec381c1d932cc13ba9c1 /Misc/NEWS.d
parent962acd446839c7e10caf301931760133644ce8ca (diff)
downloadcpython-6a5104f4fa83ed08fe31f712757dddabfede394c.zip
cpython-6a5104f4fa83ed08fe31f712757dddabfede394c.tar.gz
cpython-6a5104f4fa83ed08fe31f712757dddabfede394c.tar.bz2
gh-95656: Enable the sqlite3 load extension API in Windows build (#95662)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Windows/2022-08-04-18-47-54.gh-issue-95656.VJ1d13.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-08-04-18-47-54.gh-issue-95656.VJ1d13.rst b/Misc/NEWS.d/next/Windows/2022-08-04-18-47-54.gh-issue-95656.VJ1d13.rst
new file mode 100644
index 0000000..77fea4c
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2022-08-04-18-47-54.gh-issue-95656.VJ1d13.rst
@@ -0,0 +1,2 @@
+Enable the :meth:`~sqlite3.Connection.enable_load_extension` :mod:`sqlite3`
+API.