bpo-24241: Add versionchanged directive to the documentation (#342)
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 27 Feb 2017 16:13:41 +0000 (19:13 +0300)
committerGitHub <noreply@github.com>
Mon, 27 Feb 2017 16:13:41 +0000 (19:13 +0300)
Doc/library/webbrowser.rst

index ee501e80d9ed617f0d77b79753f02b77a3c4293e..9dc5551398ee82918339714d4ec3cd771084b26a 100644 (file)
@@ -92,11 +92,14 @@ The following functions are defined:
    *constructor* will never be called, and may be ``None``.
 
    Setting *preferred* to ``True`` makes this browser a preferred result for
-   a :func:`get` call with no argument. Otherwise, this entry point is only
+   a :func:`get` call with no argument.  Otherwise, this entry point is only
    useful if you plan to either set the :envvar:`BROWSER` variable or call
    :func:`get` with a nonempty argument matching the name of a handler you
    declare.
 
+   .. versionchanged:: 3.7
+      *preferred* keyword-only parameter was added.
+
 A number of browser types are predefined.  This table gives the type names that
 may be passed to the :func:`get` function and the corresponding instantiations
 for the controller classes, all defined in this module.