summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-10-26-14-29-54.bpo-45613.55Ie3c.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-10-26-14-29-54.bpo-45613.55Ie3c.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2021-10-26-14-29-54.bpo-45613.55Ie3c.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-10-26-14-29-54.bpo-45613.55Ie3c.rst b/Misc/NEWS.d/next/Library/2021-10-26-14-29-54.bpo-45613.55Ie3c.rst
deleted file mode 100644
index ac0937b..0000000
--- a/Misc/NEWS.d/next/Library/2021-10-26-14-29-54.bpo-45613.55Ie3c.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-:mod:`sqlite3` now sets :attr:`sqlite3.threadsafety` based on the default
-threading mode the underlying SQLite library has been compiled with. Patch by
-Erlend E. Aasland.