]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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 14:17:03 +0000 (07:17 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 14:17:03 +0000 (16:17 +0200)
commit68fd6db9817d8b0b083a8f9372da5feba2f24db1
treeb4ef736b3553d00fc3919dfb94ffa22366e8c14f
parente5d779c0e296ed6247d911231dad39c16dec0172
[3.12] Docs: align the param spec of sqlite3.Connection methods with the implementation (GH-108285) (#108287)

Docs: align the param spec of sqlite3.Connection methods with the implementation (GH-108285)

- 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