Kaydet (Commit) f1202880 authored tarafından Sergey Fedoseev's avatar Sergey Fedoseev Kaydeden (comit) Gregory P. Smith

versionadded -> versionchanged for all 'X parameter was added' for uniformity. (GH8114)

Per the recommendation in our Developer's Guide:
  https://devguide.python.org/documenting/#paragraph-level-markup
üst 0c4d20bc
...@@ -232,13 +232,13 @@ is the module's name in the Python package namespace. ...@@ -232,13 +232,13 @@ is the module's name in the Python package namespace.
above example). In such circumstances, it is likely that specialized above example). In such circumstances, it is likely that specialized
:class:`Formatter`\ s would be used with particular :class:`Handler`\ s. :class:`Formatter`\ s would be used with particular :class:`Handler`\ s.
.. versionadded:: 3.2 .. versionchanged:: 3.2
The *stack_info* parameter was added. The *stack_info* parameter was added.
.. versionchanged:: 3.5 .. versionchanged:: 3.5
The *exc_info* parameter can now accept exception instances. The *exc_info* parameter can now accept exception instances.
.. versionadded:: 3.8 .. versionchanged:: 3.8
The *stacklevel* parameter was added. The *stacklevel* parameter was added.
...@@ -1007,7 +1007,7 @@ functions. ...@@ -1007,7 +1007,7 @@ functions.
above example). In such circumstances, it is likely that specialized above example). In such circumstances, it is likely that specialized
:class:`Formatter`\ s would be used with particular :class:`Handler`\ s. :class:`Formatter`\ s would be used with particular :class:`Handler`\ s.
.. versionadded:: 3.2 .. versionchanged:: 3.2
The *stack_info* parameter was added. The *stack_info* parameter was added.
.. function:: info(msg, *args, **kwargs) .. function:: info(msg, *args, **kwargs)
......
...@@ -81,7 +81,7 @@ Scheduler Objects ...@@ -81,7 +81,7 @@ Scheduler Objects
.. versionchanged:: 3.3 .. versionchanged:: 3.3
*argument* parameter is optional. *argument* parameter is optional.
.. versionadded:: 3.3 .. versionchanged:: 3.3
*kwargs* parameter was added. *kwargs* parameter was added.
...@@ -94,7 +94,7 @@ Scheduler Objects ...@@ -94,7 +94,7 @@ Scheduler Objects
.. versionchanged:: 3.3 .. versionchanged:: 3.3
*argument* parameter is optional. *argument* parameter is optional.
.. versionadded:: 3.3 .. versionchanged:: 3.3
*kwargs* parameter was added. *kwargs* parameter was added.
.. method:: scheduler.cancel(event) .. method:: scheduler.cancel(event)
...@@ -128,7 +128,7 @@ Scheduler Objects ...@@ -128,7 +128,7 @@ Scheduler Objects
the calling code is responsible for canceling events which are no longer the calling code is responsible for canceling events which are no longer
pertinent. pertinent.
.. versionadded:: 3.3 .. versionchanged:: 3.3
*blocking* parameter was added. *blocking* parameter was added.
.. attribute:: scheduler.queue .. attribute:: scheduler.queue
......
...@@ -485,7 +485,7 @@ functions. ...@@ -485,7 +485,7 @@ functions.
between the parent and child. Providing any *pass_fds* forces between the parent and child. Providing any *pass_fds* forces
*close_fds* to be :const:`True`. (POSIX only) *close_fds* to be :const:`True`. (POSIX only)
.. versionadded:: 3.2 .. versionchanged:: 3.2
The *pass_fds* parameter was added. The *pass_fds* parameter was added.
If *cwd* is not ``None``, the function changes the working directory to If *cwd* is not ``None``, the function changes the working directory to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment