]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93857: Fix broken audit-event targets in sqlite3 docs (GH-93859)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 15 Jun 2022 14:24:50 +0000 (07:24 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Jun 2022 14:24:50 +0000 (07:24 -0700)
commite929dae42ad6aaf55e5cce6339c1ef97c01c8f7b
tree4e2955f4ea208a15f64c222a9dd31bd44833e2f2
parent5dee1d840cefff2f4b81a89519ec7385e13dd72a
gh-93857: Fix broken audit-event targets in sqlite3 docs (GH-93859)

Corrected targets for the following audit-events:

- sqlite3.enable_load_extension => sqlite3.Connection.enable_load_extension
- sqlite3.load_extension => sqlite3.Connection.load_extension
(cherry picked from commit ce4d11f98b30ec62f56a0653a212f0f78ca08b59)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
Doc/library/sqlite3.rst