mirror of https://github.com/python/cpython
0b0c1d046c
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. |
||
---|---|---|
.. | ||
_sqlite3.connect.c.h | ||
blob.c.h | ||
connection.c.h | ||
cursor.c.h | ||
module.c.h | ||
row.c.h |