]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87260: Update sqlite3 signature docs to reflect actual implementation (GH-93840)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 15 Jun 2022 10:35:48 +0000 (03:35 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Jun 2022 10:35:48 +0000 (03:35 -0700)
commit528569319f4fb6ed122150e50cebbdbfd2b6a3b1
treea39df707416d46700d44b0318b9083353b89e8fc
parent9775ac3f079e772ba07126fb15331b5417a20938
gh-87260: Update sqlite3 signature docs to reflect actual implementation (GH-93840)

Align the docs for the following methods with the actual implementation:

- sqlite3.complete_statement()
- sqlite3.Connection.create_function()
- sqlite3.Connection.create_aggregate()
- sqlite3.Connection.set_progress_handler()
(cherry picked from commit d31834688bccb41fc136f780db83ffa12bef8cbd)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
Doc/library/sqlite3.rst
Misc/NEWS.d/next/Documentation/2022-06-15-12-12-49.gh-issue-87260.epyI7D.rst [new file with mode: 0644]