File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -92,11 +92,14 @@ The following functions are defined:
92
92
*constructor * will never be called, and may be ``None ``.
93
93
94
94
Setting *preferred * to ``True `` makes this browser a preferred result for
95
- a :func: `get ` call with no argument. Otherwise, this entry point is only
95
+ a :func: `get ` call with no argument. Otherwise, this entry point is only
96
96
useful if you plan to either set the :envvar: `BROWSER ` variable or call
97
97
:func: `get ` with a nonempty argument matching the name of a handler you
98
98
declare.
99
99
100
+ .. versionchanged :: 3.7
101
+ *preferred * keyword-only parameter was added.
102
+
100
103
A number of browser types are predefined. This table gives the type names that
101
104
may be passed to the :func: `get ` function and the corresponding instantiations
102
105
for the controller classes, all defined in this module.
You can’t perform that action at this time.
0 commit comments