mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| test_backup.py | ||
| test_cli.py | ||
| test_dbapi.py | ||
| test_dump.py | ||
| test_factory.py | ||
| test_hooks.py | ||
| test_regression.py | ||
| test_transactions.py | ||
| test_types.py | ||
| test_userfunctions.py | ||
| util.py | ||