mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107948)
This commit is contained in:
parent
a482e5bf00
commit
13c36dc9ae
9 changed files with 92 additions and 5 deletions
|
|
@ -0,0 +1,3 @@
|
|||
Passing more than one positional argument to :func:`sqlite3.connect` and the
|
||||
:class:`sqlite3.Connection` constructor is deprecated. The remaining parameters
|
||||
will become keyword-only in Python 3.15. Patch by Erlend E. Aasland.
|
||||
Loading…
Add table
Add a link
Reference in a new issue