mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
fix misaligned versionchanged blocks in sqlite3 docs (GH-110191)
This commit is contained in:
parent
65c285062c
commit
29c3a445d9
1 changed files with 6 additions and 9 deletions
|
@ -992,8 +992,7 @@ Connection objects
|
||||||
Added support for disabling the authorizer using ``None``.
|
Added support for disabling the authorizer using ``None``.
|
||||||
|
|
||||||
.. versionchanged:: 3.13
|
.. versionchanged:: 3.13
|
||||||
|
Passing *authorizer_callback* as a keyword argument is deprecated.
|
||||||
Passing *authorizer_callback* as a keyword argument to is deprecated.
|
|
||||||
The parameter will become positional-only in Python 3.15.
|
The parameter will become positional-only in Python 3.15.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1012,8 +1011,7 @@ Connection objects
|
||||||
exception.
|
exception.
|
||||||
|
|
||||||
.. versionchanged:: 3.13
|
.. versionchanged:: 3.13
|
||||||
|
Passing *progress_handler* as a keyword argument is deprecated.
|
||||||
Passing *progress_handler* as a keyword argument to is deprecated.
|
|
||||||
The parameter will become positional-only in Python 3.15.
|
The parameter will become positional-only in Python 3.15.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1041,8 +1039,7 @@ Connection objects
|
||||||
.. versionadded:: 3.3
|
.. versionadded:: 3.3
|
||||||
|
|
||||||
.. versionchanged:: 3.13
|
.. versionchanged:: 3.13
|
||||||
|
Passing *trace_callback* as a keyword argument is deprecated.
|
||||||
Passing *trace_callback* as a keyword argument to is deprecated.
|
|
||||||
The parameter will become positional-only in Python 3.15.
|
The parameter will become positional-only in Python 3.15.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue