mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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. |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
test_backup.py | ||
test_cli.py | ||
test_dbapi.py | ||
test_dump.py | ||
test_factory.py | ||
test_hooks.py | ||
test_regression.py | ||
test_transactions.py | ||
test_types.py | ||
test_userfunctions.py | ||
util.py |