mirror of
https://github.com/python/cpython.git
synced 2026-05-12 15:39:22 -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.