From: Sergey Fedoseev Date: Fri, 6 Jul 2018 00:01:16 +0000 (+0500) Subject: versionadded -> versionchanged for all 'X parameter was added' for uniformity. (GH8114) X-Git-Tag: v3.8.0a1~1434 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f12028809b0e37ee003d06e7fce8dc6a6f447a94;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 438078da5261..27294cfa2074 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -232,13 +232,13 @@ is the module's name in the Python package namespace. above example). In such circumstances, it is likely that specialized :class:`Formatter`\ s would be used with particular :class:`Handler`\ s. - .. versionadded:: 3.2 + .. versionchanged:: 3.2 The *stack_info* parameter was added. .. versionchanged:: 3.5 The *exc_info* parameter can now accept exception instances. - .. versionadded:: 3.8 + .. versionchanged:: 3.8 The *stacklevel* parameter was added. @@ -1007,7 +1007,7 @@ functions. above example). In such circumstances, it is likely that specialized :class:`Formatter`\ s would be used with particular :class:`Handler`\ s. - .. versionadded:: 3.2 + .. versionchanged:: 3.2 The *stack_info* parameter was added. .. function:: info(msg, *args, **kwargs) diff --git a/Doc/library/sched.rst b/Doc/library/sched.rst index 6094a7b87145..ad96dbc95b0c 100644 --- a/Doc/library/sched.rst +++ b/Doc/library/sched.rst @@ -81,7 +81,7 @@ Scheduler Objects .. versionchanged:: 3.3 *argument* parameter is optional. - .. versionadded:: 3.3 + .. versionchanged:: 3.3 *kwargs* parameter was added. @@ -94,7 +94,7 @@ Scheduler Objects .. versionchanged:: 3.3 *argument* parameter is optional. - .. versionadded:: 3.3 + .. versionchanged:: 3.3 *kwargs* parameter was added. .. method:: scheduler.cancel(event) @@ -128,7 +128,7 @@ Scheduler Objects the calling code is responsible for canceling events which are no longer pertinent. - .. versionadded:: 3.3 + .. versionchanged:: 3.3 *blocking* parameter was added. .. attribute:: scheduler.queue diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 58439864f37a..9f733bcfffb0 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -485,7 +485,7 @@ functions. between the parent and child. Providing any *pass_fds* forces *close_fds* to be :const:`True`. (POSIX only) - .. versionadded:: 3.2 + .. versionchanged:: 3.2 The *pass_fds* parameter was added. If *cwd* is not ``None``, the function changes the working directory to