mirror of
https://github.com/python/cpython.git
synced 2025-10-28 17:13:08 +00:00
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 | ||