]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Docs: align the param spec of sqlite3.Connection methods with the implementati...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Aug 2023 13:28:38 +0000 (06:28 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 13:28:38 +0000 (13:28 +0000)
commitd22ac0c6052c4e568c316ce3ce194fdf86d9af87
tree41f26a87434024cbba4e448082065a887d3f4f93
parent9d00379e2c8dbf527cc113054b82f2fbde3e731c
[3.11] Docs: align the param spec of sqlite3.Connection methods with the implementation (GH-108285) (#108288)

- no parameters of create_aggregate() are positional-only
- all parameters of create_collation() are positional-only
(cherry picked from commit 893215a4e7f59eabb8ccdf188c4b9b1de5bd8966)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Doc/library/sqlite3.rst