]> 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:09:37 +0000 (07:09 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Jun 2022 14:09:37 +0000 (07:09 -0700)
commit40c257d64f3cf28396d56a381c5e807e3b584cc6
tree92d5e6554ef030a46057d18a09ad2ee2e9e4116d
parent528569319f4fb6ed122150e50cebbdbfd2b6a3b1
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