Skip to content
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

[3.11] Docs: align the param spec of sqlite3.Connection methods with the implementation (GH-108285) #108288

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 22, 2023

  • 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--108288.org.readthedocs.build/

…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]>
@erlend-aasland erlend-aasland enabled auto-merge (squash) August 22, 2023 13:25
@erlend-aasland erlend-aasland merged commit d22ac0c into python:3.11 Aug 22, 2023
@miss-islington miss-islington deleted the backport-893215a-3.11 branch August 22, 2023 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants