diff options
author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2018-07-06 00:01:16 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2018-07-06 00:01:16 (GMT) |
commit | f12028809b0e37ee003d06e7fce8dc6a6f447a94 (patch) | |
tree | 25e3bd8181976a632b2675653e592a2801ddc4c3 /Doc/library/logging.rst | |
parent | 0c4d20bcaa538d029c24b1163e1e822f2d887371 (diff) | |
download | cpython-f12028809b0e37ee003d06e7fce8dc6a6f447a94.zip cpython-f12028809b0e37ee003d06e7fce8dc6a6f447a94.tar.gz cpython-f12028809b0e37ee003d06e7fce8dc6a6f447a94.tar.bz2 |
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
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r-- | Doc/library/logging.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 438078d..27294cf 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) |