diff options
author | Erlend E. Aasland <erlend@python.org> | 2023-08-28 13:32:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-28 13:32:07 (GMT) |
commit | 4116592b6f014a2720e9b09e2c8dec4bf4b4cd8f (patch) | |
tree | 676911a42fc5d148e3b118d9998ebfba6a804a9a /Python/Python-ast.c | |
parent | bc5356bb5d7e3eda44128e89a695c05066e0840b (diff) | |
download | cpython-4116592b6f014a2720e9b09e2c8dec4bf4b4cd8f.zip cpython-4116592b6f014a2720e9b09e2c8dec4bf4b4cd8f.tar.gz cpython-4116592b6f014a2720e9b09e2c8dec4bf4b4cd8f.tar.bz2 |
gh-108278: Deprecate passing the three first params as keyword args for sqlite3 UDF creation APIs (#108281)
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.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions