summaryrefslogtreecommitdiffstats
path: root/Python/pytime.c
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2023-08-28 13:32:07 (GMT)
committerGitHub <noreply@github.com>2023-08-28 13:32:07 (GMT)
commit4116592b6f014a2720e9b09e2c8dec4bf4b4cd8f (patch)
tree676911a42fc5d148e3b118d9998ebfba6a804a9a /Python/pytime.c
parentbc5356bb5d7e3eda44128e89a695c05066e0840b (diff)
downloadcpython-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/pytime.c')
0 files changed, 0 insertions, 0 deletions