SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

gh-133595: Clean up sqlite3.Connection APIs (GH-133605)

* All parameters of sqlite3.connect() except "database" are now keyword-only.
* The first three parameters of methods create_function() and
  create_aggregate() are now positional-only.
* The first parameter of methods set_authorizer(), set_progress_handler()
  and set_trace_callback() is now positional-only.
S
Serhiy Storchaka committed
dcf93c4c93b741e84fa75d2b0d00a156aaf07ecf
Parent: 2561e14
Committed by GitHub <noreply@github.com> on 5/8/2025, 12:42:00 PM