]> 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:46:33 +0000 (03:46 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Jun 2022 10:46:33 +0000 (03:46 -0700)
commit5dee1d840cefff2f4b81a89519ec7385e13dd72a
treed5b040e66e619c9a5ebeb564cee15e0bdab412e6
parent56ee410053decf9adbed455f04516be84ddaaca6
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]