]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87260: Update sqlite3 signature docs to reflect actual implementation (#93840)
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>
Wed, 15 Jun 2022 10:28:24 +0000 (12:28 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Jun 2022 10:28:24 +0000 (12:28 +0200)
commitd31834688bccb41fc136f780db83ffa12bef8cbd
tree6e5a495ff27a515023006019ca3bcf425572405c
parent7e9eaad864349d2cfd4c9ffc4453aba03b2cbc16
gh-87260: Update sqlite3 signature docs to reflect actual implementation (#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()
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]