-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: align the param spec of sqlite3.Connection methods with the implementation #108285
Docs: align the param spec of sqlite3.Connection methods with the implementation #108285
Conversation
…lementation - no parameters of create_aggregate() are positional-only - all parameters of create_collation() are positional-only
For the record, here are the clinic inputs for these methods: cpython/Modules/_sqlite/connection.c Lines 1336 to 1346 in d7202e4
cpython/Modules/_sqlite/connection.c Lines 2100 to 2109 in d7202e4
|
I consider this a non-controversial change; I'll land it as soon as the CI is green. |
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
GH-108287 is a backport of this pull request to the 3.12 branch. |
…lementation (pythonGH-108285) - no parameters of create_aggregate() are positional-only - all parameters of create_collation() are positional-only (cherry picked from commit 893215a) Co-authored-by: Erlend E. Aasland <[email protected]>
GH-108288 is a backport of this pull request to the 3.11 branch. |
…lementation (pythonGH-108285) - no parameters of create_aggregate() are positional-only - all parameters of create_collation() are positional-only (cherry picked from commit 893215a) Co-authored-by: Erlend E. Aasland <[email protected]>
…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 893215a) Co-authored-by: Erlend E. Aasland <[email protected]>
…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 893215a) Co-authored-by: Erlend E. Aasland <[email protected]>
📚 Documentation preview 📚: https://cpython-previews--108285.org.readthedocs.build/