File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -992,9 +992,8 @@ Connection objects
992992 Added support for disabling the authorizer using ``None ``.
993993
994994 .. versionchanged :: 3.13
995-
996- Passing *authorizer_callback * as a keyword argument to is deprecated.
997- The parameter will become positional-only in Python 3.15.
995+ Passing *authorizer_callback * as a keyword argument is deprecated.
996+ The parameter will become positional-only in Python 3.15.
998997
999998
1000999 .. method :: set_progress_handler(progress_handler, n)
@@ -1012,9 +1011,8 @@ Connection objects
10121011 exception.
10131012
10141013 .. versionchanged :: 3.13
1015-
1016- Passing *progress_handler * as a keyword argument to is deprecated.
1017- The parameter will become positional-only in Python 3.15.
1014+ Passing *progress_handler * as a keyword argument is deprecated.
1015+ The parameter will become positional-only in Python 3.15.
10181016
10191017
10201018 .. method :: set_trace_callback(trace_callback)
@@ -1041,9 +1039,8 @@ Connection objects
10411039 .. versionadded :: 3.3
10421040
10431041 .. versionchanged :: 3.13
1044-
1045- Passing *trace_callback * as a keyword argument to is deprecated.
1046- The parameter will become positional-only in Python 3.15.
1042+ Passing *trace_callback * as a keyword argument is deprecated.
1043+ The parameter will become positional-only in Python 3.15.
10471044
10481045
10491046 .. method :: enable_load_extension(enabled, /)
You can’t perform that action at this time.
0 commit comments