mirror of https://github.com/python/cpython
4116592b6f
Deprecate passing name, number of arguments, and the callable as keyword arguments, for the following sqlite3.Connection APIs: - create_function(name, nargs, callable, ...) - create_aggregate(name, nargs, callable) 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 |