aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Doc/includes/sqlite3/shared_cache.py
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-05-19 10:08:12 +0200
committerGitHub <noreply@github.com>2021-05-19 11:08:12 +0300
commitd798acc8733b605f7fc9c3c1a85cd14ee2a56add (patch)
treef8e3e4c23811fe27989b9eade42e8a144eef25cb /Doc/includes/sqlite3/shared_cache.py
parent92d1064727d6b7f4136f9c09ab52ae15e3676afe (diff)
downloadcpython-d798acc8733b605f7fc9c3c1a85cd14ee2a56add.tar.gz
cpython-d798acc8733b605f7fc9c3c1a85cd14ee2a56add.zip
bpo-44106: Purge unused sqlite3 doc includes (GH-26234)
Diffstat (limited to 'Doc/includes/sqlite3/shared_cache.py')
-rw-r--r--Doc/includes/sqlite3/shared_cache.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/includes/sqlite3/shared_cache.py b/Doc/includes/sqlite3/shared_cache.py
deleted file mode 100644
index 30e71c935ff..00000000000
--- a/Doc/includes/sqlite3/shared_cache.py
+++ /dev/null
@@ -1,6 +0,0 @@
-import sqlite3
-
-# The shared cache is only available in SQLite versions 3.3.3 or later
-# See the SQLite documentation for details.
-
-sqlite3.enable_shared_cache(True)