mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
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.