File tree 1 file changed +6
-9
lines changed 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -992,9 +992,8 @@ Connection objects
992
992
Added support for disabling the authorizer using ``None ``.
993
993
994
994
.. 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.
998
997
999
998
1000
999
.. method :: set_progress_handler(progress_handler, n)
@@ -1012,9 +1011,8 @@ Connection objects
1012
1011
exception.
1013
1012
1014
1013
.. 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.
1018
1016
1019
1017
1020
1018
.. method :: set_trace_callback(trace_callback)
@@ -1041,9 +1039,8 @@ Connection objects
1041
1039
.. versionadded :: 3.3
1042
1040
1043
1041
.. 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.
1047
1044
1048
1045
1049
1046
.. method :: enable_load_extension(enabled, /)
You can’t perform that action at this time.
0 commit comments