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

gh-108278: Deprecate passing the first param of sqlite3.Connection callback APIs by keyword #108632

Merged

Commits on Aug 29, 2023

  1. pythongh-108278: Deprecate passing the first param of sqlite3.Connect…

    …ion callback APIs by keyword
    
    Deprecate passing the callback callable by keyword for the following
    sqlite3.Connection APIs:
    
    - set_authorizer(authorizer_callback)
    - set_progress_handler(progress_handler, ...)
    - set_trace_callback(trace_callback)
    
    The affected parameters will become positional-only in Python 3.15.
    erlend-aasland committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a207531 View commit details
    Browse the repository at this point in the history
  2. Add NEWS

    erlend-aasland committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    fa95c73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc75cbc View commit details
    Browse the repository at this point in the history